Shades of Electric Lime #C2FF08
Tints of Electric Lime #C2FF08
RGB
CMYK
RGB Variations
Color information
#C2FF08 (or 0xC2FF08) is known color: Electric Lime. HEX triplet: C2, FF and 08. RGB value is (194,255,8). Sum of RGB (Red+Green+Blue) = 194+255+8=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF08 is #3D00F7. Grayscale: #D1D1D1. Windows color (decimal): -3997944 or 589762. OLE color: 589762.
HSL color Cylindrical-coordinate representation of color #C2FF08: hue angle of 74.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2FF08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0 |
| HSL | 74.82º | 1% | 0.52% | - |
| HSV(B) | 74.82º | 0.97% | 1% | - |
| XYZ | 58.05 | 83.01 | 13.19 | - |
| YUV | 208.6 | 14.79 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 8 | 0.24 | 0 | 0.97 | 0 | 74.82 | 1 | 0.52 |
| Hex | C2 | FF | 8 | 18 | 0 | 61 | 0 | 4B | 64 | 34 |
| Octal | 302 | 377 | 10 | 30 | 0 | 141 | 0 | 113 | 144 | 64 |
| Binary | 11000010 | 11111111 | 1000 | 11000 | 0 | 1100001 | 0 | 1001011 | 1100100 | 110100 |
Color Harmonies of #C2FF08
Complementary color
Monochromatic Colors of #C2FF08
Black with #C2FF08
Text Example
Text Example
White with #C2FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF08; }
p { color: rgb(194,255,8); }
H1.HeaderClassName
{
color: #C2FF08;
}
.AnyTagClassName
{
color: #C2FF08;
}
</style>
background-color css
<style>
a { background-color: #C2FF08; }
a { background-color: rgb(194,255,8); }
div.DivClassName
{
background-color: #C2FF08;
}
.BgClassName
{
background-color: #C2FF08;
}
</style>
border-color css
<style>
span { border-color: #C2FF08; }
span { border-color: rgb(194,255,8); }
td.TdClassName
{
border-color: #C2FF08;
}
.TagClassName
{
border-color: #C2FF08;
}
</style>