Shades of Electric Lime #CDF407
Tints of Electric Lime #CDF407
RGB
CMYK
RGB Variations
Color information
#CDF407 (or 0xCDF407) is known color: Electric Lime. HEX triplet: CD, F4 and 07. RGB value is (205,244,7). Sum of RGB (Red+Green+Blue) = 205+244+7=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF407 is #320BF8. Grayscale: #CECECE. Windows color (decimal): -3279865 or 521421. OLE color: 521421.
HSL color Cylindrical-coordinate representation of color #CDF407: hue angle of 69.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDF407 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 69.87º | 0.94% | 0.49% | - |
| HSV(B) | 69.87º | 0.97% | 0.96% | - |
| XYZ | 57.57 | 77.7 | 12.16 | - |
| YUV | 205.32 | 16.08 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 7 | 0.16 | 0 | 0.97 | 0.04 | 69.87 | 0.94 | 0.49 |
| Hex | CD | F4 | 7 | 10 | 0 | 61 | 4 | 46 | 5E | 31 |
| Octal | 315 | 364 | 7 | 20 | 0 | 141 | 4 | 106 | 136 | 61 |
| Binary | 11001101 | 11110100 | 111 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CDF407
Complementary color
Monochromatic Colors of #CDF407
Black with #CDF407
Text Example
Text Example
White with #CDF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF407; }
p { color: rgb(205,244,7); }
H1.HeaderClassName
{
color: #CDF407;
}
.AnyTagClassName
{
color: #CDF407;
}
</style>
background-color css
<style>
a { background-color: #CDF407; }
a { background-color: rgb(205,244,7); }
div.DivClassName
{
background-color: #CDF407;
}
.BgClassName
{
background-color: #CDF407;
}
</style>
border-color css
<style>
span { border-color: #CDF407; }
span { border-color: rgb(205,244,7); }
td.TdClassName
{
border-color: #CDF407;
}
.TagClassName
{
border-color: #CDF407;
}
</style>