Shades of Electric Lime #CCE209
Tints of Electric Lime #CCE209
RGB
CMYK
RGB Variations
Color information
#CCE209 (or 0xCCE209) is known color: Electric Lime. HEX triplet: CC, E2 and 09. RGB value is (204,226,9). Sum of RGB (Red+Green+Blue) = 204+226+9=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE209 is #331DF6. Grayscale: #C3C3C3. Windows color (decimal): -3350007 or 647884. OLE color: 647884.
HSL color Cylindrical-coordinate representation of color #CCE209: hue angle of 66.08º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE209 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.08º | 0.92% | 0.46% | - |
| HSV(B) | 66.08º | 0.96% | 0.89% | - |
| XYZ | 52.15 | 67.25 | 10.49 | - |
| YUV | 194.68 | 23.21 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 9 | 0.10 | 0 | 0.96 | 0.11 | 66.08 | 0.92 | 0.46 |
| Hex | CC | E2 | 9 | A | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 314 | 342 | 11 | 12 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001100 | 11100010 | 1001 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CCE209
Complementary color
Monochromatic Colors of #CCE209
Black with #CCE209
Text Example
Text Example
White with #CCE209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE209; }
p { color: rgb(204,226,9); }
H1.HeaderClassName
{
color: #CCE209;
}
.AnyTagClassName
{
color: #CCE209;
}
</style>
background-color css
<style>
a { background-color: #CCE209; }
a { background-color: rgb(204,226,9); }
div.DivClassName
{
background-color: #CCE209;
}
.BgClassName
{
background-color: #CCE209;
}
</style>
border-color css
<style>
span { border-color: #CCE209; }
span { border-color: rgb(204,226,9); }
td.TdClassName
{
border-color: #CCE209;
}
.TagClassName
{
border-color: #CCE209;
}
</style>