Shades of Electric Lime #CDF416
Tints of Electric Lime #CDF416
RGB
CMYK
RGB Variations
Color information
#CDF416 (or 0xCDF416) is known color: Electric Lime. HEX triplet: CD, F4 and 16. RGB value is (205,244,22). Sum of RGB (Red+Green+Blue) = 205+244+22=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF416 is #320BE9. Grayscale: #CFCFCF. Windows color (decimal): -3279850 or 1504461. OLE color: 1504461.
HSL color Cylindrical-coordinate representation of color #CDF416: hue angle of 70.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF416 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.54º | 0.91% | 0.52% | - |
| HSV(B) | 70.54º | 0.91% | 0.96% | - |
| XYZ | 57.67 | 77.74 | 12.72 | - |
| YUV | 207.03 | 23.58 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 22 | 0.16 | 0 | 0.91 | 0.04 | 70.54 | 0.91 | 0.52 |
| Hex | CD | F4 | 16 | 10 | 0 | 5B | 4 | 47 | 5B | 34 |
| Octal | 315 | 364 | 26 | 20 | 0 | 133 | 4 | 107 | 133 | 64 |
| Binary | 11001101 | 11110100 | 10110 | 10000 | 0 | 1011011 | 100 | 1000111 | 1011011 | 110100 |
Color Harmonies of #CDF416
Complementary color
Monochromatic Colors of #CDF416
Black with #CDF416
Text Example
Text Example
White with #CDF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF416; }
p { color: rgb(205,244,22); }
H1.HeaderClassName
{
color: #CDF416;
}
.AnyTagClassName
{
color: #CDF416;
}
</style>
background-color css
<style>
a { background-color: #CDF416; }
a { background-color: rgb(205,244,22); }
div.DivClassName
{
background-color: #CDF416;
}
.BgClassName
{
background-color: #CDF416;
}
</style>
border-color css
<style>
span { border-color: #CDF416; }
span { border-color: rgb(205,244,22); }
td.TdClassName
{
border-color: #CDF416;
}
.TagClassName
{
border-color: #CDF416;
}
</style>