Shades of Electric Lime #C9E602
Tints of Electric Lime #C9E602
RGB
CMYK
RGB Variations
Color information
#C9E602 (or 0xC9E602) is known color: Electric Lime. HEX triplet: C9, E6 and 02. RGB value is (201,230,2). Sum of RGB (Red+Green+Blue) = 201+230+2=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9E602 is #3619FD. Grayscale: #C4C4C4. Windows color (decimal): -3545598 or 190153. OLE color: 190153.
HSL color Cylindrical-coordinate representation of color #C9E602: hue angle of 67.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9E602 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.10 |
| HSL | 67.63º | 0.98% | 0.45% | - |
| HSV(B) | 67.63º | 0.99% | 0.9% | - |
| XYZ | 52.4 | 69.02 | 10.62 | - |
| YUV | 195.34 | 18.89 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 2 | 0.13 | 0 | 0.99 | 0.10 | 67.63 | 0.98 | 0.45 |
| Hex | C9 | E6 | 2 | D | 0 | 63 | A | 44 | 62 | 2D |
| Octal | 311 | 346 | 2 | 15 | 0 | 143 | 12 | 104 | 142 | 55 |
| Binary | 11001001 | 11100110 | 10 | 1101 | 0 | 1100011 | 1010 | 1000100 | 1100010 | 101101 |
Color Harmonies of #C9E602
Complementary color
Monochromatic Colors of #C9E602
Black with #C9E602
Text Example
Text Example
White with #C9E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E602; }
p { color: rgb(201,230,2); }
H1.HeaderClassName
{
color: #C9E602;
}
.AnyTagClassName
{
color: #C9E602;
}
</style>
background-color css
<style>
a { background-color: #C9E602; }
a { background-color: rgb(201,230,2); }
div.DivClassName
{
background-color: #C9E602;
}
.BgClassName
{
background-color: #C9E602;
}
</style>
border-color css
<style>
span { border-color: #C9E602; }
span { border-color: rgb(201,230,2); }
td.TdClassName
{
border-color: #C9E602;
}
.TagClassName
{
border-color: #C9E602;
}
</style>