Shades of Electric Lime #CCE90F
Tints of Electric Lime #CCE90F
RGB
CMYK
RGB Variations
Color information
#CCE90F (or 0xCCE90F) is known color: Electric Lime. HEX triplet: CC, E9 and 0F. RGB value is (204,233,15). Sum of RGB (Red+Green+Blue) = 204+233+15=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE90F is #3316F0. Grayscale: #C8C8C8. Windows color (decimal): -3348209 or 1042892. OLE color: 1042892.
HSL color Cylindrical-coordinate representation of color #CCE90F: hue angle of 67.98º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE90F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.09 |
| HSL | 67.98º | 0.88% | 0.49% | - |
| HSV(B) | 67.98º | 0.94% | 0.91% | - |
| XYZ | 54.13 | 71.15 | 11.33 | - |
| YUV | 199.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 15 | 0.12 | 0 | 0.94 | 0.09 | 67.98 | 0.88 | 0.49 |
| Hex | CC | E9 | F | C | 0 | 5E | 9 | 44 | 58 | 31 |
| Octal | 314 | 351 | 17 | 14 | 0 | 136 | 11 | 104 | 130 | 61 |
| Binary | 11001100 | 11101001 | 1111 | 1100 | 0 | 1011110 | 1001 | 1000100 | 1011000 | 110001 |
Color Harmonies of #CCE90F
Complementary color
Monochromatic Colors of #CCE90F
Black with #CCE90F
Text Example
Text Example
White with #CCE90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE90F; }
p { color: rgb(204,233,15); }
H1.HeaderClassName
{
color: #CCE90F;
}
.AnyTagClassName
{
color: #CCE90F;
}
</style>
background-color css
<style>
a { background-color: #CCE90F; }
a { background-color: rgb(204,233,15); }
div.DivClassName
{
background-color: #CCE90F;
}
.BgClassName
{
background-color: #CCE90F;
}
</style>
border-color css
<style>
span { border-color: #CCE90F; }
span { border-color: rgb(204,233,15); }
td.TdClassName
{
border-color: #CCE90F;
}
.TagClassName
{
border-color: #CCE90F;
}
</style>