Html Css Color HEX #08FF06 Lime

📋 copy color: '#08FF06'

red 8 ◦ green 255 ◦ blue 6

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

Shades of Lime #08FF06

Tints of Lime #08FF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 2.97%
G = 94.8%
B = 2.23%

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

#08FF06 (or 0x08FF06) is known color: Lime. HEX triplet: 08, FF and 06. RGB value is (8,255,6). Sum of RGB (Red+Green+Blue) = 8+255+6=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 255 (100% from 255 or 94.80% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FF06 is #F700F9. Grayscale: #999999. Windows color (decimal): -16187642 or 458504. OLE color: 458504.

HSL color Cylindrical-coordinate representation of color #08FF06: hue angle of 119.52º 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 #08FF06 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 8 255 6 -
CMYK 0.97 0 0.98 0
HSL 119.52º 1% 0.51% -
HSV(B) 119.52º 0.98% 1% -
XYZ 35.89 71.58 12.1 -
YUV 152.76 45.17 24.75 -
System Red Green Blue C M Y K H S L
Decimal 8 255 6 0.97 0 0.98 0 119.52 1 0.51
Hex 8 FF 6 61 0 62 0 78 64 33
Octal 10 377 6 141 0 142 0 170 144 63
Binary 1000 11111111 110 1100001 0 1100010 0 1111000 1100100 110011

Color Harmonies of #08FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FF06

Black with #08FF06

Text Example


Text Example

White with #08FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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