Shades of Electric Lime #CCDF02
Tints of Electric Lime #CCDF02
RGB
CMYK
RGB Variations
Color information
#CCDF02 (or 0xCCDF02) is known color: Electric Lime. HEX triplet: CC, DF and 02. RGB value is (204,223,2). Sum of RGB (Red+Green+Blue) = 204+223+2=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF02 is #3320FD. Grayscale: #C0C0C0. Windows color (decimal): -3350782 or 188364. OLE color: 188364.
HSL color Cylindrical-coordinate representation of color #CCDF02: hue angle of 65.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCDF02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.13 |
| HSL | 65.16º | 0.98% | 0.44% | - |
| HSV(B) | 65.16º | 0.99% | 0.87% | - |
| XYZ | 51.3 | 65.62 | 10.02 | - |
| YUV | 192.13 | 20.71 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 2 | 0.09 | 0 | 0.99 | 0.13 | 65.16 | 0.98 | 0.44 |
| Hex | CC | DF | 2 | 9 | 0 | 63 | D | 41 | 62 | 2C |
| Octal | 314 | 337 | 2 | 11 | 0 | 143 | 15 | 101 | 142 | 54 |
| Binary | 11001100 | 11011111 | 10 | 1001 | 0 | 1100011 | 1101 | 1000001 | 1100010 | 101100 |
Color Harmonies of #CCDF02
Complementary color
Monochromatic Colors of #CCDF02
Black with #CCDF02
Text Example
Text Example
White with #CCDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF02; }
p { color: rgb(204,223,2); }
H1.HeaderClassName
{
color: #CCDF02;
}
.AnyTagClassName
{
color: #CCDF02;
}
</style>
background-color css
<style>
a { background-color: #CCDF02; }
a { background-color: rgb(204,223,2); }
div.DivClassName
{
background-color: #CCDF02;
}
.BgClassName
{
background-color: #CCDF02;
}
</style>
border-color css
<style>
span { border-color: #CCDF02; }
span { border-color: rgb(204,223,2); }
td.TdClassName
{
border-color: #CCDF02;
}
.TagClassName
{
border-color: #CCDF02;
}
</style>