Shades of Electric Lime #CCEA14
Tints of Electric Lime #CCEA14
RGB
CMYK
RGB Variations
Color information
#CCEA14 (or 0xCCEA14) is known color: Electric Lime. HEX triplet: CC, EA and 14. RGB value is (204,234,20). Sum of RGB (Red+Green+Blue) = 204+234+20=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA14 is #3315EB. Grayscale: #C9C9C9. Windows color (decimal): -3347948 or 1370828. OLE color: 1370828.
HSL color Cylindrical-coordinate representation of color #CCEA14: hue angle of 68.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCEA14 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.08 |
| HSL | 68.41º | 0.84% | 0.5% | - |
| HSV(B) | 68.41º | 0.91% | 0.92% | - |
| XYZ | 54.45 | 71.73 | 11.64 | - |
| YUV | 200.63 | 26.06 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 20 | 0.13 | 0 | 0.91 | 0.08 | 68.41 | 0.84 | 0.5 |
| Hex | CC | EA | 14 | D | 0 | 5B | 8 | 44 | 54 | 32 |
| Octal | 314 | 352 | 24 | 15 | 0 | 133 | 10 | 104 | 124 | 62 |
| Binary | 11001100 | 11101010 | 10100 | 1101 | 0 | 1011011 | 1000 | 1000100 | 1010100 | 110010 |
Color Harmonies of #CCEA14
Complementary color
Monochromatic Colors of #CCEA14
Black with #CCEA14
Text Example
Text Example
White with #CCEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA14; }
p { color: rgb(204,234,20); }
H1.HeaderClassName
{
color: #CCEA14;
}
.AnyTagClassName
{
color: #CCEA14;
}
</style>
background-color css
<style>
a { background-color: #CCEA14; }
a { background-color: rgb(204,234,20); }
div.DivClassName
{
background-color: #CCEA14;
}
.BgClassName
{
background-color: #CCEA14;
}
</style>
border-color css
<style>
span { border-color: #CCEA14; }
span { border-color: rgb(204,234,20); }
td.TdClassName
{
border-color: #CCEA14;
}
.TagClassName
{
border-color: #CCEA14;
}
</style>