Shades of Electric Lime #CCEE02
Tints of Electric Lime #CCEE02
RGB
CMYK
RGB Variations
Color information
#CCEE02 (or 0xCCEE02) is known color: Electric Lime. HEX triplet: CC, EE and 02. RGB value is (204,238,2). Sum of RGB (Red+Green+Blue) = 204+238+2=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE02 is #3311FD. Grayscale: #C9C9C9. Windows color (decimal): -3346942 or 192204. OLE color: 192204.
HSL color Cylindrical-coordinate representation of color #CCEE02: hue angle of 68.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCEE02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.07 |
| HSL | 68.64º | 0.98% | 0.47% | - |
| HSV(B) | 68.64º | 0.99% | 0.93% | - |
| XYZ | 55.49 | 73.99 | 11.41 | - |
| YUV | 200.93 | 15.74 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 2 | 0.14 | 0 | 0.99 | 0.07 | 68.64 | 0.98 | 0.47 |
| Hex | CC | EE | 2 | E | 0 | 63 | 7 | 45 | 62 | 2F |
| Octal | 314 | 356 | 2 | 16 | 0 | 143 | 7 | 105 | 142 | 57 |
| Binary | 11001100 | 11101110 | 10 | 1110 | 0 | 1100011 | 111 | 1000101 | 1100010 | 101111 |
Color Harmonies of #CCEE02
Complementary color
Monochromatic Colors of #CCEE02
Black with #CCEE02
Text Example
Text Example
White with #CCEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE02; }
p { color: rgb(204,238,2); }
H1.HeaderClassName
{
color: #CCEE02;
}
.AnyTagClassName
{
color: #CCEE02;
}
</style>
background-color css
<style>
a { background-color: #CCEE02; }
a { background-color: rgb(204,238,2); }
div.DivClassName
{
background-color: #CCEE02;
}
.BgClassName
{
background-color: #CCEE02;
}
</style>
border-color css
<style>
span { border-color: #CCEE02; }
span { border-color: rgb(204,238,2); }
td.TdClassName
{
border-color: #CCEE02;
}
.TagClassName
{
border-color: #CCEE02;
}
</style>