Shades of Electric Lime #CDF202
Tints of Electric Lime #CDF202
RGB
CMYK
RGB Variations
Color information
#CDF202 (or 0xCDF202) is known color: Electric Lime. HEX triplet: CD, F2 and 02. RGB value is (205,242,2). Sum of RGB (Red+Green+Blue) = 205+242+2=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF202 is #320DFD. Grayscale: #CCCCCC. Windows color (decimal): -3280382 or 193229. OLE color: 193229.
HSL color Cylindrical-coordinate representation of color #CDF202: hue angle of 69.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDF202 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.05 |
| HSL | 69.25º | 0.98% | 0.48% | - |
| HSV(B) | 69.25º | 0.99% | 0.95% | - |
| XYZ | 56.94 | 76.49 | 11.82 | - |
| YUV | 203.58 | 14.24 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 2 | 0.15 | 0 | 0.99 | 0.05 | 69.25 | 0.98 | 0.48 |
| Hex | CD | F2 | 2 | F | 0 | 63 | 5 | 45 | 62 | 30 |
| Octal | 315 | 362 | 2 | 17 | 0 | 143 | 5 | 105 | 142 | 60 |
| Binary | 11001101 | 11110010 | 10 | 1111 | 0 | 1100011 | 101 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CDF202
Complementary color
Monochromatic Colors of #CDF202
Black with #CDF202
Text Example
Text Example
White with #CDF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF202; }
p { color: rgb(205,242,2); }
H1.HeaderClassName
{
color: #CDF202;
}
.AnyTagClassName
{
color: #CDF202;
}
</style>
background-color css
<style>
a { background-color: #CDF202; }
a { background-color: rgb(205,242,2); }
div.DivClassName
{
background-color: #CDF202;
}
.BgClassName
{
background-color: #CDF202;
}
</style>
border-color css
<style>
span { border-color: #CDF202; }
span { border-color: rgb(205,242,2); }
td.TdClassName
{
border-color: #CDF202;
}
.TagClassName
{
border-color: #CDF202;
}
</style>