Shades of Electric Lime #CCE710
Tints of Electric Lime #CCE710
RGB
CMYK
RGB Variations
Color information
#CCE710 (or 0xCCE710) is known color: Electric Lime. HEX triplet: CC, E7 and 10. RGB value is (204,231,16). Sum of RGB (Red+Green+Blue) = 204+231+16=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE710 is #3318EF. Grayscale: #C7C7C7. Windows color (decimal): -3348720 or 1107916. OLE color: 1107916.
HSL color Cylindrical-coordinate representation of color #CCE710: hue angle of 67.53º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE710 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.09 |
| HSL | 67.53º | 0.87% | 0.48% | - |
| HSV(B) | 67.53º | 0.93% | 0.91% | - |
| XYZ | 53.57 | 70.03 | 11.18 | - |
| YUV | 198.42 | 25.05 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 16 | 0.12 | 0 | 0.93 | 0.09 | 67.53 | 0.87 | 0.48 |
| Hex | CC | E7 | 10 | C | 0 | 5D | 9 | 44 | 57 | 30 |
| Octal | 314 | 347 | 20 | 14 | 0 | 135 | 11 | 104 | 127 | 60 |
| Binary | 11001100 | 11100111 | 10000 | 1100 | 0 | 1011101 | 1001 | 1000100 | 1010111 | 110000 |
Color Harmonies of #CCE710
Complementary color
Monochromatic Colors of #CCE710
Black with #CCE710
Text Example
Text Example
White with #CCE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE710; }
p { color: rgb(204,231,16); }
H1.HeaderClassName
{
color: #CCE710;
}
.AnyTagClassName
{
color: #CCE710;
}
</style>
background-color css
<style>
a { background-color: #CCE710; }
a { background-color: rgb(204,231,16); }
div.DivClassName
{
background-color: #CCE710;
}
.BgClassName
{
background-color: #CCE710;
}
</style>
border-color css
<style>
span { border-color: #CCE710; }
span { border-color: rgb(204,231,16); }
td.TdClassName
{
border-color: #CCE710;
}
.TagClassName
{
border-color: #CCE710;
}
</style>