Shades of Electric Lime #CDF418
Tints of Electric Lime #CDF418
RGB
CMYK
RGB Variations
Color information
#CDF418 (or 0xCDF418) is known color: Electric Lime. HEX triplet: CD, F4 and 18. RGB value is (205,244,24). Sum of RGB (Red+Green+Blue) = 205+244+24=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF418 is #320BE7. Grayscale: #D0D0D0. Windows color (decimal): -3279848 or 1635533. OLE color: 1635533.
HSL color Cylindrical-coordinate representation of color #CDF418: hue angle of 70.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF418 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 24 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.04 |
| HSL | 70.64º | 0.91% | 0.53% | - |
| HSV(B) | 70.64º | 0.9% | 0.96% | - |
| XYZ | 57.69 | 77.75 | 12.83 | - |
| YUV | 207.26 | 24.58 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 24 | 0.16 | 0 | 0.90 | 0.04 | 70.64 | 0.91 | 0.53 |
| Hex | CD | F4 | 18 | 10 | 0 | 5A | 4 | 47 | 5B | 35 |
| Octal | 315 | 364 | 30 | 20 | 0 | 132 | 4 | 107 | 133 | 65 |
| Binary | 11001101 | 11110100 | 11000 | 10000 | 0 | 1011010 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CDF418
Complementary color
Monochromatic Colors of #CDF418
Black with #CDF418
Text Example
Text Example
White with #CDF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF418; }
p { color: rgb(205,244,24); }
H1.HeaderClassName
{
color: #CDF418;
}
.AnyTagClassName
{
color: #CDF418;
}
</style>
background-color css
<style>
a { background-color: #CDF418; }
a { background-color: rgb(205,244,24); }
div.DivClassName
{
background-color: #CDF418;
}
.BgClassName
{
background-color: #CDF418;
}
</style>
border-color css
<style>
span { border-color: #CDF418; }
span { border-color: rgb(205,244,24); }
td.TdClassName
{
border-color: #CDF418;
}
.TagClassName
{
border-color: #CDF418;
}
</style>