Html Css Color HEX #08FC06 Lime

📋 copy color: '#08FC06'

red 8 ◦ green 252 ◦ blue 6

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

Shades of Lime #08FC06

Tints of Lime #08FC06

RGB

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

 GREEN value IS 252 (98.83% from 255) = 94.74%

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

R = 3.01%
G = 94.74%
B = 2.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#08FC06 (or 0x08FC06) is known color: Lime. HEX triplet: 08, FC and 06. RGB value is (8,252,6). Sum of RGB (Red+Green+Blue) = 8+252+6=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 252 (98.83% from 255 or 94.74% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 252 - color contains mainly: green. Hex color #08FC06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FC06 is #F703F9. Grayscale: #979797. Windows color (decimal): -16188410 or 457736. OLE color: 457736.

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

Color convert

RGB 8 252 6 -
CMYK 0.97 0 0.98 0.01
HSL 119.51º 0.98% 0.51% -
HSV(B) 119.51º 0.98% 0.99% -
XYZ 34.94 69.69 11.78 -
YUV 151 46.16 26 -
System Red Green Blue C M Y K H S L
Decimal 8 252 6 0.97 0 0.98 0.01 119.51 0.98 0.51
Hex 8 FC 6 61 0 62 1 78 62 33
Octal 10 374 6 141 0 142 1 170 142 63
Binary 1000 11111100 110 1100001 0 1100010 1 1111000 1100010 110011

Color Harmonies of #08FC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FC06

Black with #08FC06

Text Example


Text Example

White with #08FC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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