Shades of Electric Lime #C8FF09
Tints of Electric Lime #C8FF09
RGB
CMYK
RGB Variations
Color information
#C8FF09 (or 0xC8FF09) is known color: Electric Lime. HEX triplet: C8, FF and 09. RGB value is (200,255,9). Sum of RGB (Red+Green+Blue) = 200+255+9=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF09 is #3700F6. Grayscale: #D3D3D3. Windows color (decimal): -3604727 or 655304. OLE color: 655304.
HSL color Cylindrical-coordinate representation of color #C8FF09: hue angle of 73.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8FF09 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0 |
| HSL | 73.41º | 1% | 0.52% | - |
| HSV(B) | 73.41º | 0.96% | 1% | - |
| XYZ | 59.63 | 83.82 | 13.29 | - |
| YUV | 210.51 | 14.28 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 9 | 0.22 | 0 | 0.96 | 0 | 73.41 | 1 | 0.52 |
| Hex | C8 | FF | 9 | 16 | 0 | 60 | 0 | 49 | 64 | 34 |
| Octal | 310 | 377 | 11 | 26 | 0 | 140 | 0 | 111 | 144 | 64 |
| Binary | 11001000 | 11111111 | 1001 | 10110 | 0 | 1100000 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #C8FF09
Complementary color
Monochromatic Colors of #C8FF09
Black with #C8FF09
Text Example
Text Example
White with #C8FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF09; }
p { color: rgb(200,255,9); }
H1.HeaderClassName
{
color: #C8FF09;
}
.AnyTagClassName
{
color: #C8FF09;
}
</style>
background-color css
<style>
a { background-color: #C8FF09; }
a { background-color: rgb(200,255,9); }
div.DivClassName
{
background-color: #C8FF09;
}
.BgClassName
{
background-color: #C8FF09;
}
</style>
border-color css
<style>
span { border-color: #C8FF09; }
span { border-color: rgb(200,255,9); }
td.TdClassName
{
border-color: #C8FF09;
}
.TagClassName
{
border-color: #C8FF09;
}
</style>