Shades of Electric Lime #CCE910
Tints of Electric Lime #CCE910
RGB
CMYK
RGB Variations
Color information
#CCE910 (or 0xCCE910) is known color: Electric Lime. HEX triplet: CC, E9 and 10. RGB value is (204,233,16). Sum of RGB (Red+Green+Blue) = 204+233+16=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 233 (91.41% from 255 or 51.43% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE910 is #3316EF. Grayscale: #C8C8C8. Windows color (decimal): -3348208 or 1108428. OLE color: 1108428.
HSL color Cylindrical-coordinate representation of color #CCE910: hue angle of 68.02º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE910 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.09 |
| HSL | 68.02º | 0.87% | 0.49% | - |
| HSV(B) | 68.02º | 0.93% | 0.91% | - |
| XYZ | 54.13 | 71.15 | 11.37 | - |
| YUV | 199.59 | 24.39 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 16 | 0.12 | 0 | 0.93 | 0.09 | 68.02 | 0.87 | 0.49 |
| Hex | CC | E9 | 10 | C | 0 | 5D | 9 | 44 | 57 | 31 |
| Octal | 314 | 351 | 20 | 14 | 0 | 135 | 11 | 104 | 127 | 61 |
| Binary | 11001100 | 11101001 | 10000 | 1100 | 0 | 1011101 | 1001 | 1000100 | 1010111 | 110001 |
Color Harmonies of #CCE910
Complementary color
Monochromatic Colors of #CCE910
Black with #CCE910
Text Example
Text Example
White with #CCE910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE910; }
p { color: rgb(204,233,16); }
H1.HeaderClassName
{
color: #CCE910;
}
.AnyTagClassName
{
color: #CCE910;
}
</style>
background-color css
<style>
a { background-color: #CCE910; }
a { background-color: rgb(204,233,16); }
div.DivClassName
{
background-color: #CCE910;
}
.BgClassName
{
background-color: #CCE910;
}
</style>
border-color css
<style>
span { border-color: #CCE910; }
span { border-color: rgb(204,233,16); }
td.TdClassName
{
border-color: #CCE910;
}
.TagClassName
{
border-color: #CCE910;
}
</style>