Shades of Electric Lime #CCED02
Tints of Electric Lime #CCED02
RGB
CMYK
RGB Variations
Color information
#CCED02 (or 0xCCED02) is known color: Electric Lime. HEX triplet: CC, ED and 02. RGB value is (204,237,2). Sum of RGB (Red+Green+Blue) = 204+237+2=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED02 is #3312FD. Grayscale: #C9C9C9. Windows color (decimal): -3347198 or 191948. OLE color: 191948.
HSL color Cylindrical-coordinate representation of color #CCED02: hue angle of 68.43º 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 #CCED02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.07 |
| HSL | 68.43º | 0.98% | 0.47% | - |
| HSV(B) | 68.43º | 0.99% | 0.93% | - |
| XYZ | 55.2 | 73.41 | 11.32 | - |
| YUV | 200.34 | 16.07 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 2 | 0.14 | 0 | 0.99 | 0.07 | 68.43 | 0.98 | 0.47 |
| Hex | CC | ED | 2 | E | 0 | 63 | 7 | 44 | 62 | 2F |
| Octal | 314 | 355 | 2 | 16 | 0 | 143 | 7 | 104 | 142 | 57 |
| Binary | 11001100 | 11101101 | 10 | 1110 | 0 | 1100011 | 111 | 1000100 | 1100010 | 101111 |
Color Harmonies of #CCED02
Complementary color
Monochromatic Colors of #CCED02
Black with #CCED02
Text Example
Text Example
White with #CCED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED02; }
p { color: rgb(204,237,2); }
H1.HeaderClassName
{
color: #CCED02;
}
.AnyTagClassName
{
color: #CCED02;
}
</style>
background-color css
<style>
a { background-color: #CCED02; }
a { background-color: rgb(204,237,2); }
div.DivClassName
{
background-color: #CCED02;
}
.BgClassName
{
background-color: #CCED02;
}
</style>
border-color css
<style>
span { border-color: #CCED02; }
span { border-color: rgb(204,237,2); }
td.TdClassName
{
border-color: #CCED02;
}
.TagClassName
{
border-color: #CCED02;
}
</style>