Shades of Electric Lime #CCE409
Tints of Electric Lime #CCE409
RGB
CMYK
RGB Variations
Color information
#CCE409 (or 0xCCE409) is known color: Electric Lime. HEX triplet: CC, E4 and 09. RGB value is (204,228,9). Sum of RGB (Red+Green+Blue) = 204+228+9=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE409 is #331BF6. Grayscale: #C4C4C4. Windows color (decimal): -3349495 or 648396. OLE color: 648396.
HSL color Cylindrical-coordinate representation of color #CCE409: hue angle of 66.58º 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 #CCE409 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.11 |
| HSL | 66.58º | 0.92% | 0.46% | - |
| HSV(B) | 66.58º | 0.96% | 0.89% | - |
| XYZ | 52.69 | 68.34 | 10.67 | - |
| YUV | 195.86 | 22.55 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 9 | 0.11 | 0 | 0.96 | 0.11 | 66.58 | 0.92 | 0.46 |
| Hex | CC | E4 | 9 | B | 0 | 60 | B | 43 | 5C | 2E |
| Octal | 314 | 344 | 11 | 13 | 0 | 140 | 13 | 103 | 134 | 56 |
| Binary | 11001100 | 11100100 | 1001 | 1011 | 0 | 1100000 | 1011 | 1000011 | 1011100 | 101110 |
Color Harmonies of #CCE409
Complementary color
Monochromatic Colors of #CCE409
Black with #CCE409
Text Example
Text Example
White with #CCE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE409; }
p { color: rgb(204,228,9); }
H1.HeaderClassName
{
color: #CCE409;
}
.AnyTagClassName
{
color: #CCE409;
}
</style>
background-color css
<style>
a { background-color: #CCE409; }
a { background-color: rgb(204,228,9); }
div.DivClassName
{
background-color: #CCE409;
}
.BgClassName
{
background-color: #CCE409;
}
</style>
border-color css
<style>
span { border-color: #CCE409; }
span { border-color: rgb(204,228,9); }
td.TdClassName
{
border-color: #CCE409;
}
.TagClassName
{
border-color: #CCE409;
}
</style>