Shades of Electric Lime #CCE20A
Tints of Electric Lime #CCE20A
RGB
CMYK
RGB Variations
Color information
#CCE20A (or 0xCCE20A) is known color: Electric Lime. HEX triplet: CC, E2 and 0A. RGB value is (204,226,10). Sum of RGB (Red+Green+Blue) = 204+226+10=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE20A is #331DF5. Grayscale: #C3C3C3. Windows color (decimal): -3350006 or 713420. OLE color: 713420.
HSL color Cylindrical-coordinate representation of color #CCE20A: hue angle of 66.11º 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 #CCE20A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.11º | 0.92% | 0.46% | - |
| HSV(B) | 66.11º | 0.96% | 0.89% | - |
| XYZ | 52.15 | 67.25 | 10.52 | - |
| YUV | 194.8 | 23.71 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 10 | 0.10 | 0 | 0.96 | 0.11 | 66.11 | 0.92 | 0.46 |
| Hex | CC | E2 | A | A | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 314 | 342 | 12 | 12 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001100 | 11100010 | 1010 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CCE20A
Complementary color
Monochromatic Colors of #CCE20A
Black with #CCE20A
Text Example
Text Example
White with #CCE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE20A; }
p { color: rgb(204,226,10); }
H1.HeaderClassName
{
color: #CCE20A;
}
.AnyTagClassName
{
color: #CCE20A;
}
</style>
background-color css
<style>
a { background-color: #CCE20A; }
a { background-color: rgb(204,226,10); }
div.DivClassName
{
background-color: #CCE20A;
}
.BgClassName
{
background-color: #CCE20A;
}
</style>
border-color css
<style>
span { border-color: #CCE20A; }
span { border-color: rgb(204,226,10); }
td.TdClassName
{
border-color: #CCE20A;
}
.TagClassName
{
border-color: #CCE20A;
}
</style>