Shades of Electric Lime #CCE90E
Tints of Electric Lime #CCE90E
RGB
CMYK
RGB Variations
Color information
#CCE90E (or 0xCCE90E) is known color: Electric Lime. HEX triplet: CC, E9 and 0E. RGB value is (204,233,14). Sum of RGB (Red+Green+Blue) = 204+233+14=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE90E is #3316F1. Grayscale: #C8C8C8. Windows color (decimal): -3348210 or 977356. OLE color: 977356.
HSL color Cylindrical-coordinate representation of color #CCE90E: hue angle of 67.95º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE90E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.09 |
| HSL | 67.95º | 0.89% | 0.48% | - |
| HSV(B) | 67.95º | 0.94% | 0.91% | - |
| XYZ | 54.12 | 71.15 | 11.3 | - |
| YUV | 199.36 | 23.39 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 14 | 0.12 | 0 | 0.94 | 0.09 | 67.95 | 0.89 | 0.48 |
| Hex | CC | E9 | E | C | 0 | 5E | 9 | 44 | 59 | 30 |
| Octal | 314 | 351 | 16 | 14 | 0 | 136 | 11 | 104 | 131 | 60 |
| Binary | 11001100 | 11101001 | 1110 | 1100 | 0 | 1011110 | 1001 | 1000100 | 1011001 | 110000 |
Color Harmonies of #CCE90E
Complementary color
Monochromatic Colors of #CCE90E
Black with #CCE90E
Text Example
Text Example
White with #CCE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE90E; }
p { color: rgb(204,233,14); }
H1.HeaderClassName
{
color: #CCE90E;
}
.AnyTagClassName
{
color: #CCE90E;
}
</style>
background-color css
<style>
a { background-color: #CCE90E; }
a { background-color: rgb(204,233,14); }
div.DivClassName
{
background-color: #CCE90E;
}
.BgClassName
{
background-color: #CCE90E;
}
</style>
border-color css
<style>
span { border-color: #CCE90E; }
span { border-color: rgb(204,233,14); }
td.TdClassName
{
border-color: #CCE90E;
}
.TagClassName
{
border-color: #CCE90E;
}
</style>