Shades of Electric Lime #CDF402
Tints of Electric Lime #CDF402
RGB
CMYK
RGB Variations
Color information
#CDF402 (or 0xCDF402) is known color: Electric Lime. HEX triplet: CD, F4 and 02. RGB value is (205,244,2). Sum of RGB (Red+Green+Blue) = 205+244+2=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF402 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF402 is #320BFD. Grayscale: #CDCDCD. Windows color (decimal): -3279870 or 193741. OLE color: 193741.
HSL color Cylindrical-coordinate representation of color #CDF402: hue angle of 69.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDF402 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.04 |
| HSL | 69.67º | 0.98% | 0.48% | - |
| HSV(B) | 69.67º | 0.99% | 0.96% | - |
| XYZ | 57.54 | 77.68 | 12.02 | - |
| YUV | 204.75 | 13.58 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 2 | 0.16 | 0 | 0.99 | 0.04 | 69.67 | 0.98 | 0.48 |
| Hex | CD | F4 | 2 | 10 | 0 | 63 | 4 | 46 | 62 | 30 |
| Octal | 315 | 364 | 2 | 20 | 0 | 143 | 4 | 106 | 142 | 60 |
| Binary | 11001101 | 11110100 | 10 | 10000 | 0 | 1100011 | 100 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CDF402
Complementary color
Monochromatic Colors of #CDF402
Black with #CDF402
Text Example
Text Example
White with #CDF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF402; }
p { color: rgb(205,244,2); }
H1.HeaderClassName
{
color: #CDF402;
}
.AnyTagClassName
{
color: #CDF402;
}
</style>
background-color css
<style>
a { background-color: #CDF402; }
a { background-color: rgb(205,244,2); }
div.DivClassName
{
background-color: #CDF402;
}
.BgClassName
{
background-color: #CDF402;
}
</style>
border-color css
<style>
span { border-color: #CDF402; }
span { border-color: rgb(205,244,2); }
td.TdClassName
{
border-color: #CDF402;
}
.TagClassName
{
border-color: #CDF402;
}
</style>