Shades of Electric Lime #CDFC02
Tints of Electric Lime #CDFC02
RGB
CMYK
RGB Variations
Color information
#CDFC02 (or 0xCDFC02) is known color: Electric Lime. HEX triplet: CD, FC and 02. RGB value is (205,252,2). Sum of RGB (Red+Green+Blue) = 205+252+2=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC02 is #3203FD. Grayscale: #D2D2D2. Windows color (decimal): -3277822 or 195789. OLE color: 195789.
HSL color Cylindrical-coordinate representation of color #CDFC02: hue angle of 71.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDFC02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.01 |
| HSL | 71.28º | 0.98% | 0.5% | - |
| HSV(B) | 71.28º | 0.99% | 0.99% | - |
| XYZ | 60 | 82.6 | 12.84 | - |
| YUV | 209.45 | 10.93 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 2 | 0.19 | 0 | 0.99 | 0.01 | 71.28 | 0.98 | 0.5 |
| Hex | CD | FC | 2 | 13 | 0 | 63 | 1 | 47 | 62 | 32 |
| Octal | 315 | 374 | 2 | 23 | 0 | 143 | 1 | 107 | 142 | 62 |
| Binary | 11001101 | 11111100 | 10 | 10011 | 0 | 1100011 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CDFC02
Complementary color
Monochromatic Colors of #CDFC02
Black with #CDFC02
Text Example
Text Example
White with #CDFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC02; }
p { color: rgb(205,252,2); }
H1.HeaderClassName
{
color: #CDFC02;
}
.AnyTagClassName
{
color: #CDFC02;
}
</style>
background-color css
<style>
a { background-color: #CDFC02; }
a { background-color: rgb(205,252,2); }
div.DivClassName
{
background-color: #CDFC02;
}
.BgClassName
{
background-color: #CDFC02;
}
</style>
border-color css
<style>
span { border-color: #CDFC02; }
span { border-color: rgb(205,252,2); }
td.TdClassName
{
border-color: #CDFC02;
}
.TagClassName
{
border-color: #CDFC02;
}
</style>