Shades of Electric Lime #CCEA10
Tints of Electric Lime #CCEA10
RGB
CMYK
RGB Variations
Color information
#CCEA10 (or 0xCCEA10) is known color: Electric Lime. HEX triplet: CC, EA and 10. RGB value is (204,234,16). Sum of RGB (Red+Green+Blue) = 204+234+16=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA10 is #3315EF. Grayscale: #C9C9C9. Windows color (decimal): -3347952 or 1108684. OLE color: 1108684.
HSL color Cylindrical-coordinate representation of color #CCEA10: hue angle of 68.26º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCEA10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.08 |
| HSL | 68.26º | 0.87% | 0.49% | - |
| HSV(B) | 68.26º | 0.93% | 0.92% | - |
| XYZ | 54.42 | 71.72 | 11.47 | - |
| YUV | 200.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 16 | 0.13 | 0 | 0.93 | 0.08 | 68.26 | 0.87 | 0.49 |
| Hex | CC | EA | 10 | D | 0 | 5D | 8 | 44 | 57 | 31 |
| Octal | 314 | 352 | 20 | 15 | 0 | 135 | 10 | 104 | 127 | 61 |
| Binary | 11001100 | 11101010 | 10000 | 1101 | 0 | 1011101 | 1000 | 1000100 | 1010111 | 110001 |
Color Harmonies of #CCEA10
Complementary color
Monochromatic Colors of #CCEA10
Black with #CCEA10
Text Example
Text Example
White with #CCEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA10; }
p { color: rgb(204,234,16); }
H1.HeaderClassName
{
color: #CCEA10;
}
.AnyTagClassName
{
color: #CCEA10;
}
</style>
background-color css
<style>
a { background-color: #CCEA10; }
a { background-color: rgb(204,234,16); }
div.DivClassName
{
background-color: #CCEA10;
}
.BgClassName
{
background-color: #CCEA10;
}
</style>
border-color css
<style>
span { border-color: #CCEA10; }
span { border-color: rgb(204,234,16); }
td.TdClassName
{
border-color: #CCEA10;
}
.TagClassName
{
border-color: #CCEA10;
}
</style>