Shades of Electric Lime #CDF218
Tints of Electric Lime #CDF218
RGB
CMYK
RGB Variations
Color information
#CDF218 (or 0xCDF218) is known color: Electric Lime. HEX triplet: CD, F2 and 18. RGB value is (205,242,24). Sum of RGB (Red+Green+Blue) = 205+242+24=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF218 is #320DE7. Grayscale: #CECECE. Windows color (decimal): -3280360 or 1635021. OLE color: 1635021.
HSL color Cylindrical-coordinate representation of color #CDF218: hue angle of 70.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF218 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 24 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 70.18º | 0.89% | 0.52% | - |
| HSV(B) | 70.18º | 0.9% | 0.95% | - |
| XYZ | 57.09 | 76.55 | 12.63 | - |
| YUV | 206.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 24 | 0.15 | 0 | 0.90 | 0.05 | 70.18 | 0.89 | 0.52 |
| Hex | CD | F2 | 18 | F | 0 | 5A | 5 | 46 | 59 | 34 |
| Octal | 315 | 362 | 30 | 17 | 0 | 132 | 5 | 106 | 131 | 64 |
| Binary | 11001101 | 11110010 | 11000 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CDF218
Complementary color
Monochromatic Colors of #CDF218
Black with #CDF218
Text Example
Text Example
White with #CDF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF218; }
p { color: rgb(205,242,24); }
H1.HeaderClassName
{
color: #CDF218;
}
.AnyTagClassName
{
color: #CDF218;
}
</style>
background-color css
<style>
a { background-color: #CDF218; }
a { background-color: rgb(205,242,24); }
div.DivClassName
{
background-color: #CDF218;
}
.BgClassName
{
background-color: #CDF218;
}
</style>
border-color css
<style>
span { border-color: #CDF218; }
span { border-color: rgb(205,242,24); }
td.TdClassName
{
border-color: #CDF218;
}
.TagClassName
{
border-color: #CDF218;
}
</style>