Shades of Electric Lime #CCEE0E
Tints of Electric Lime #CCEE0E
RGB
CMYK
RGB Variations
Color information
#CCEE0E (or 0xCCEE0E) is known color: Electric Lime. HEX triplet: CC, EE and 0E. RGB value is (204,238,14). Sum of RGB (Red+Green+Blue) = 204+238+14=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE0E is #3311F1. Grayscale: #CBCBCB. Windows color (decimal): -3346930 or 978636. OLE color: 978636.
HSL color Cylindrical-coordinate representation of color #CCEE0E: hue angle of 69.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCEE0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.07 |
| HSL | 69.11º | 0.89% | 0.49% | - |
| HSV(B) | 69.11º | 0.94% | 0.93% | - |
| XYZ | 55.56 | 74.02 | 11.77 | - |
| YUV | 202.3 | 21.74 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 14 | 0.14 | 0 | 0.94 | 0.07 | 69.11 | 0.89 | 0.49 |
| Hex | CC | EE | E | E | 0 | 5E | 7 | 45 | 59 | 31 |
| Octal | 314 | 356 | 16 | 16 | 0 | 136 | 7 | 105 | 131 | 61 |
| Binary | 11001100 | 11101110 | 1110 | 1110 | 0 | 1011110 | 111 | 1000101 | 1011001 | 110001 |
Color Harmonies of #CCEE0E
Complementary color
Monochromatic Colors of #CCEE0E
Black with #CCEE0E
Text Example
Text Example
White with #CCEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE0E; }
p { color: rgb(204,238,14); }
H1.HeaderClassName
{
color: #CCEE0E;
}
.AnyTagClassName
{
color: #CCEE0E;
}
</style>
background-color css
<style>
a { background-color: #CCEE0E; }
a { background-color: rgb(204,238,14); }
div.DivClassName
{
background-color: #CCEE0E;
}
.BgClassName
{
background-color: #CCEE0E;
}
</style>
border-color css
<style>
span { border-color: #CCEE0E; }
span { border-color: rgb(204,238,14); }
td.TdClassName
{
border-color: #CCEE0E;
}
.TagClassName
{
border-color: #CCEE0E;
}
</style>