Shades of Electric Lime #CCEA0A
Tints of Electric Lime #CCEA0A
RGB
CMYK
RGB Variations
Color information
#CCEA0A (or 0xCCEA0A) is known color: Electric Lime. HEX triplet: CC, EA and 0A. RGB value is (204,234,10). Sum of RGB (Red+Green+Blue) = 204+234+10=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA0A is #3315F5. Grayscale: #C8C8C8. Windows color (decimal): -3347958 or 715468. OLE color: 715468.
HSL color Cylindrical-coordinate representation of color #CCEA0A: hue angle of 68.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCEA0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.08 |
| HSL | 68.04º | 0.92% | 0.48% | - |
| HSV(B) | 68.04º | 0.96% | 0.92% | - |
| XYZ | 54.38 | 71.7 | 11.26 | - |
| YUV | 199.49 | 21.06 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 10 | 0.13 | 0 | 0.96 | 0.08 | 68.04 | 0.92 | 0.48 |
| Hex | CC | EA | A | D | 0 | 60 | 8 | 44 | 5C | 30 |
| Octal | 314 | 352 | 12 | 15 | 0 | 140 | 10 | 104 | 134 | 60 |
| Binary | 11001100 | 11101010 | 1010 | 1101 | 0 | 1100000 | 1000 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CCEA0A
Complementary color
Monochromatic Colors of #CCEA0A
Black with #CCEA0A
Text Example
Text Example
White with #CCEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA0A; }
p { color: rgb(204,234,10); }
H1.HeaderClassName
{
color: #CCEA0A;
}
.AnyTagClassName
{
color: #CCEA0A;
}
</style>
background-color css
<style>
a { background-color: #CCEA0A; }
a { background-color: rgb(204,234,10); }
div.DivClassName
{
background-color: #CCEA0A;
}
.BgClassName
{
background-color: #CCEA0A;
}
</style>
border-color css
<style>
span { border-color: #CCEA0A; }
span { border-color: rgb(204,234,10); }
td.TdClassName
{
border-color: #CCEA0A;
}
.TagClassName
{
border-color: #CCEA0A;
}
</style>