Shades of Electric Lime #CDF406
Tints of Electric Lime #CDF406
RGB
CMYK
RGB Variations
Color information
#CDF406 (or 0xCDF406) is known color: Electric Lime. HEX triplet: CD, F4 and 06. RGB value is (205,244,6). Sum of RGB (Red+Green+Blue) = 205+244+6=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF406 is #320BF9. Grayscale: #CECECE. Windows color (decimal): -3279866 or 455885. OLE color: 455885.
HSL color Cylindrical-coordinate representation of color #CDF406: hue angle of 69.83º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF406 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 6 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.83º | 0.95% | 0.49% | - |
| HSV(B) | 69.83º | 0.98% | 0.96% | - |
| XYZ | 57.56 | 77.69 | 12.13 | - |
| YUV | 205.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 6 | 0.16 | 0 | 0.98 | 0.04 | 69.83 | 0.95 | 0.49 |
| Hex | CD | F4 | 6 | 10 | 0 | 62 | 4 | 46 | 5F | 31 |
| Octal | 315 | 364 | 6 | 20 | 0 | 142 | 4 | 106 | 137 | 61 |
| Binary | 11001101 | 11110100 | 110 | 10000 | 0 | 1100010 | 100 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CDF406
Complementary color
Monochromatic Colors of #CDF406
Black with #CDF406
Text Example
Text Example
White with #CDF406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF406; }
p { color: rgb(205,244,6); }
H1.HeaderClassName
{
color: #CDF406;
}
.AnyTagClassName
{
color: #CDF406;
}
</style>
background-color css
<style>
a { background-color: #CDF406; }
a { background-color: rgb(205,244,6); }
div.DivClassName
{
background-color: #CDF406;
}
.BgClassName
{
background-color: #CDF406;
}
</style>
border-color css
<style>
span { border-color: #CDF406; }
span { border-color: rgb(205,244,6); }
td.TdClassName
{
border-color: #CDF406;
}
.TagClassName
{
border-color: #CDF406;
}
</style>