Shades of Electric Lime #C9EA06
Tints of Electric Lime #C9EA06
RGB
CMYK
RGB Variations
Color information
#C9EA06 (or 0xC9EA06) is known color: Electric Lime. HEX triplet: C9, EA and 06. RGB value is (201,234,6). Sum of RGB (Red+Green+Blue) = 201+234+6=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EA06 is #3615F9. Grayscale: #C7C7C7. Windows color (decimal): -3544570 or 453321. OLE color: 453321.
HSL color Cylindrical-coordinate representation of color #C9EA06: hue angle of 68.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9EA06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.08 |
| HSL | 68.68º | 0.95% | 0.47% | - |
| HSV(B) | 68.68º | 0.97% | 0.92% | - |
| XYZ | 53.54 | 71.28 | 11.11 | - |
| YUV | 198.14 | 19.57 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 6 | 0.14 | 0 | 0.97 | 0.08 | 68.68 | 0.95 | 0.47 |
| Hex | C9 | EA | 6 | E | 0 | 61 | 8 | 45 | 5F | 2F |
| Octal | 311 | 352 | 6 | 16 | 0 | 141 | 10 | 105 | 137 | 57 |
| Binary | 11001001 | 11101010 | 110 | 1110 | 0 | 1100001 | 1000 | 1000101 | 1011111 | 101111 |
Color Harmonies of #C9EA06
Complementary color
Monochromatic Colors of #C9EA06
Black with #C9EA06
Text Example
Text Example
White with #C9EA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA06; }
p { color: rgb(201,234,6); }
H1.HeaderClassName
{
color: #C9EA06;
}
.AnyTagClassName
{
color: #C9EA06;
}
</style>
background-color css
<style>
a { background-color: #C9EA06; }
a { background-color: rgb(201,234,6); }
div.DivClassName
{
background-color: #C9EA06;
}
.BgClassName
{
background-color: #C9EA06;
}
</style>
border-color css
<style>
span { border-color: #C9EA06; }
span { border-color: rgb(201,234,6); }
td.TdClassName
{
border-color: #C9EA06;
}
.TagClassName
{
border-color: #C9EA06;
}
</style>