Shades of Electric Lime #C9F205
Tints of Electric Lime #C9F205
RGB
CMYK
RGB Variations
Color information
#C9F205 (or 0xC9F205) is known color: Electric Lime. HEX triplet: C9, F2 and 05. RGB value is (201,242,5). Sum of RGB (Red+Green+Blue) = 201+242+5=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F205 is #360DFA. Grayscale: #CBCBCB. Windows color (decimal): -3542523 or 389833. OLE color: 389833.
HSL color Cylindrical-coordinate representation of color #C9F205: hue angle of 70.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9F205 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.05 |
| HSL | 70.38º | 0.96% | 0.48% | - |
| HSV(B) | 70.38º | 0.98% | 0.95% | - |
| XYZ | 55.87 | 75.93 | 11.86 | - |
| YUV | 202.72 | 16.42 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 5 | 0.17 | 0 | 0.98 | 0.05 | 70.38 | 0.96 | 0.48 |
| Hex | C9 | F2 | 5 | 11 | 0 | 62 | 5 | 46 | 60 | 30 |
| Octal | 311 | 362 | 5 | 21 | 0 | 142 | 5 | 106 | 140 | 60 |
| Binary | 11001001 | 11110010 | 101 | 10001 | 0 | 1100010 | 101 | 1000110 | 1100000 | 110000 |
Color Harmonies of #C9F205
Complementary color
Monochromatic Colors of #C9F205
Black with #C9F205
Text Example
Text Example
White with #C9F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F205; }
p { color: rgb(201,242,5); }
H1.HeaderClassName
{
color: #C9F205;
}
.AnyTagClassName
{
color: #C9F205;
}
</style>
background-color css
<style>
a { background-color: #C9F205; }
a { background-color: rgb(201,242,5); }
div.DivClassName
{
background-color: #C9F205;
}
.BgClassName
{
background-color: #C9F205;
}
</style>
border-color css
<style>
span { border-color: #C9F205; }
span { border-color: rgb(201,242,5); }
td.TdClassName
{
border-color: #C9F205;
}
.TagClassName
{
border-color: #C9F205;
}
</style>