Html Css Color HEX #08FF04 Lime

📋 copy color: '#08FF04'

red 8 ◦ green 255 ◦ blue 4

#08FF04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #08FF04

Tints of Lime #08FF04

RGB

 RED value IS 8 (3.52% from 255) = 3%

 GREEN value IS 255 (100% from 255) = 95.51%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 3%
G = 95.51%
B = 1.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08FF04 (or 0x08FF04) is known color: Lime. HEX triplet: 08, FF and 04. RGB value is (8,255,4). Sum of RGB (Red+Green+Blue) = 8+255+4=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 255 (100% from 255 or 95.51% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FF04 is #F700FB. Grayscale: #999999. Windows color (decimal): -16187644 or 327432. OLE color: 327432.

HSL color Cylindrical-coordinate representation of color #08FF04: hue angle of 119.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08FF04 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 8 255 4 -
CMYK 0.97 0 0.98 0
HSL 119.04º 1% 0.51% -
HSV(B) 119.04º 0.98% 1% -
XYZ 35.88 71.58 12.04 -
YUV 152.53 44.17 24.91 -
System Red Green Blue C M Y K H S L
Decimal 8 255 4 0.97 0 0.98 0 119.04 1 0.51
Hex 8 FF 4 61 0 62 0 77 64 33
Octal 10 377 4 141 0 142 0 167 144 63
Binary 1000 11111111 100 1100001 0 1100010 0 1110111 1100100 110011

Color Harmonies of #08FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FF04

Black with #08FF04

Text Example


Text Example

White with #08FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08FF04; }

 p { color: rgb(8,255,4); }

 H1.HeaderClassName
 {
   color: #08FF04;
 }
 .AnyTagClassName
 {
   color: #08FF04;
 }
</style>

background-color css

<style>
 a { background-color: #08FF04; }

 a { background-color: rgb(8,255,4); }

 div.DivClassName
 {
   background-color: #08FF04;
 }
 .BgClassName
 {
   background-color: #08FF04;
 }
</style>

border-color css

<style>
 span { border-color: #08FF04; }

 span { border-color: rgb(8,255,4); }

 td.TdClassName
 {
   border-color: #08FF04;
 }
 .TagClassName
 {
   border-color: #08FF04;
 }
</style>