Shades of Electric Lime #CCEA12
Tints of Electric Lime #CCEA12
RGB
CMYK
RGB Variations
Color information
#CCEA12 (or 0xCCEA12) is known color: Electric Lime. HEX triplet: CC, EA and 12. RGB value is (204,234,18). Sum of RGB (Red+Green+Blue) = 204+234+18=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA12 is #3315ED. Grayscale: #C9C9C9. Windows color (decimal): -3347950 or 1239756. OLE color: 1239756.
HSL color Cylindrical-coordinate representation of color #CCEA12: hue angle of 68.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCEA12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 18 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.08 |
| HSL | 68.33º | 0.86% | 0.49% | - |
| HSV(B) | 68.33º | 0.92% | 0.92% | - |
| XYZ | 54.43 | 71.73 | 11.55 | - |
| YUV | 200.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 18 | 0.13 | 0 | 0.92 | 0.08 | 68.33 | 0.86 | 0.49 |
| Hex | CC | EA | 12 | D | 0 | 5C | 8 | 44 | 56 | 31 |
| Octal | 314 | 352 | 22 | 15 | 0 | 134 | 10 | 104 | 126 | 61 |
| Binary | 11001100 | 11101010 | 10010 | 1101 | 0 | 1011100 | 1000 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CCEA12
Complementary color
Monochromatic Colors of #CCEA12
Black with #CCEA12
Text Example
Text Example
White with #CCEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA12; }
p { color: rgb(204,234,18); }
H1.HeaderClassName
{
color: #CCEA12;
}
.AnyTagClassName
{
color: #CCEA12;
}
</style>
background-color css
<style>
a { background-color: #CCEA12; }
a { background-color: rgb(204,234,18); }
div.DivClassName
{
background-color: #CCEA12;
}
.BgClassName
{
background-color: #CCEA12;
}
</style>
border-color css
<style>
span { border-color: #CCEA12; }
span { border-color: rgb(204,234,18); }
td.TdClassName
{
border-color: #CCEA12;
}
.TagClassName
{
border-color: #CCEA12;
}
</style>