Shades of Electric Lime #C9E609
Tints of Electric Lime #C9E609
RGB
CMYK
RGB Variations
Color information
#C9E609 (or 0xC9E609) is known color: Electric Lime. HEX triplet: C9, E6 and 09. RGB value is (201,230,9). Sum of RGB (Red+Green+Blue) = 201+230+9=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9E609 is #3619F6. Grayscale: #C4C4C4. Windows color (decimal): -3545591 or 648905. OLE color: 648905.
HSL color Cylindrical-coordinate representation of color #C9E609: hue angle of 67.87º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9E609 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.10 |
| HSL | 67.87º | 0.92% | 0.47% | - |
| HSV(B) | 67.87º | 0.96% | 0.9% | - |
| XYZ | 52.43 | 69.03 | 10.82 | - |
| YUV | 196.14 | 22.39 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 9 | 0.13 | 0 | 0.96 | 0.10 | 67.87 | 0.92 | 0.47 |
| Hex | C9 | E6 | 9 | D | 0 | 60 | A | 44 | 5C | 2F |
| Octal | 311 | 346 | 11 | 15 | 0 | 140 | 12 | 104 | 134 | 57 |
| Binary | 11001001 | 11100110 | 1001 | 1101 | 0 | 1100000 | 1010 | 1000100 | 1011100 | 101111 |
Color Harmonies of #C9E609
Complementary color
Monochromatic Colors of #C9E609
Black with #C9E609
Text Example
Text Example
White with #C9E609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E609; }
p { color: rgb(201,230,9); }
H1.HeaderClassName
{
color: #C9E609;
}
.AnyTagClassName
{
color: #C9E609;
}
</style>
background-color css
<style>
a { background-color: #C9E609; }
a { background-color: rgb(201,230,9); }
div.DivClassName
{
background-color: #C9E609;
}
.BgClassName
{
background-color: #C9E609;
}
</style>
border-color css
<style>
span { border-color: #C9E609; }
span { border-color: rgb(201,230,9); }
td.TdClassName
{
border-color: #C9E609;
}
.TagClassName
{
border-color: #C9E609;
}
</style>