Shades of Electric Lime #CDF40F
Tints of Electric Lime #CDF40F
RGB
CMYK
RGB Variations
Color information
#CDF40F (or 0xCDF40F) is known color: Electric Lime. HEX triplet: CD, F4 and 0F. RGB value is (205,244,15). Sum of RGB (Red+Green+Blue) = 205+244+15=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF40F is #320BF0. Grayscale: #CFCFCF. Windows color (decimal): -3279857 or 1045709. OLE color: 1045709.
HSL color Cylindrical-coordinate representation of color #CDF40F: hue angle of 70.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF40F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 70.22º | 0.91% | 0.51% | - |
| HSV(B) | 70.22º | 0.94% | 0.96% | - |
| XYZ | 57.61 | 77.71 | 12.42 | - |
| YUV | 206.23 | 20.08 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 15 | 0.16 | 0 | 0.94 | 0.04 | 70.22 | 0.91 | 0.51 |
| Hex | CD | F4 | F | 10 | 0 | 5E | 4 | 46 | 5B | 33 |
| Octal | 315 | 364 | 17 | 20 | 0 | 136 | 4 | 106 | 133 | 63 |
| Binary | 11001101 | 11110100 | 1111 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CDF40F
Complementary color
Monochromatic Colors of #CDF40F
Black with #CDF40F
Text Example
Text Example
White with #CDF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF40F; }
p { color: rgb(205,244,15); }
H1.HeaderClassName
{
color: #CDF40F;
}
.AnyTagClassName
{
color: #CDF40F;
}
</style>
background-color css
<style>
a { background-color: #CDF40F; }
a { background-color: rgb(205,244,15); }
div.DivClassName
{
background-color: #CDF40F;
}
.BgClassName
{
background-color: #CDF40F;
}
</style>
border-color css
<style>
span { border-color: #CDF40F; }
span { border-color: rgb(205,244,15); }
td.TdClassName
{
border-color: #CDF40F;
}
.TagClassName
{
border-color: #CDF40F;
}
</style>