Shades of Electric Lime #C9FF08
Tints of Electric Lime #C9FF08
RGB
CMYK
RGB Variations
Color information
#C9FF08 (or 0xC9FF08) is known color: Electric Lime. HEX triplet: C9, FF and 08. RGB value is (201,255,8). Sum of RGB (Red+Green+Blue) = 201+255+8=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF08 is #3600F7. Grayscale: #D3D3D3. Windows color (decimal): -3539192 or 589769. OLE color: 589769.
HSL color Cylindrical-coordinate representation of color #C9FF08: hue angle of 73.12º 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 #C9FF08 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0 |
| HSL | 73.12º | 1% | 0.52% | - |
| HSV(B) | 73.12º | 0.97% | 1% | - |
| XYZ | 59.89 | 83.96 | 13.28 | - |
| YUV | 210.7 | 13.61 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 8 | 0.21 | 0 | 0.97 | 0 | 73.12 | 1 | 0.52 |
| Hex | C9 | FF | 8 | 15 | 0 | 61 | 0 | 49 | 64 | 34 |
| Octal | 311 | 377 | 10 | 25 | 0 | 141 | 0 | 111 | 144 | 64 |
| Binary | 11001001 | 11111111 | 1000 | 10101 | 0 | 1100001 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #C9FF08
Complementary color
Monochromatic Colors of #C9FF08
Black with #C9FF08
Text Example
Text Example
White with #C9FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF08; }
p { color: rgb(201,255,8); }
H1.HeaderClassName
{
color: #C9FF08;
}
.AnyTagClassName
{
color: #C9FF08;
}
</style>
background-color css
<style>
a { background-color: #C9FF08; }
a { background-color: rgb(201,255,8); }
div.DivClassName
{
background-color: #C9FF08;
}
.BgClassName
{
background-color: #C9FF08;
}
</style>
border-color css
<style>
span { border-color: #C9FF08; }
span { border-color: rgb(201,255,8); }
td.TdClassName
{
border-color: #C9FF08;
}
.TagClassName
{
border-color: #C9FF08;
}
</style>