Shades of Electric Lime #CDF404
Tints of Electric Lime #CDF404
RGB
CMYK
RGB Variations
Color information
#CDF404 (or 0xCDF404) is known color: Electric Lime. HEX triplet: CD, F4 and 04. RGB value is (205,244,4). Sum of RGB (Red+Green+Blue) = 205+244+4=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF404 is #320BFB. Grayscale: #CDCDCD. Windows color (decimal): -3279868 or 324813. OLE color: 324813.
HSL color Cylindrical-coordinate representation of color #CDF404: hue angle of 69.75º degrees, saturation: 0.97, 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 #CDF404 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.75º | 0.97% | 0.49% | - |
| HSV(B) | 69.75º | 0.98% | 0.96% | - |
| XYZ | 57.55 | 77.69 | 12.08 | - |
| YUV | 204.98 | 14.58 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 4 | 0.16 | 0 | 0.98 | 0.04 | 69.75 | 0.97 | 0.49 |
| Hex | CD | F4 | 4 | 10 | 0 | 62 | 4 | 46 | 61 | 31 |
| Octal | 315 | 364 | 4 | 20 | 0 | 142 | 4 | 106 | 141 | 61 |
| Binary | 11001101 | 11110100 | 100 | 10000 | 0 | 1100010 | 100 | 1000110 | 1100001 | 110001 |
Color Harmonies of #CDF404
Complementary color
Monochromatic Colors of #CDF404
Black with #CDF404
Text Example
Text Example
White with #CDF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF404; }
p { color: rgb(205,244,4); }
H1.HeaderClassName
{
color: #CDF404;
}
.AnyTagClassName
{
color: #CDF404;
}
</style>
background-color css
<style>
a { background-color: #CDF404; }
a { background-color: rgb(205,244,4); }
div.DivClassName
{
background-color: #CDF404;
}
.BgClassName
{
background-color: #CDF404;
}
</style>
border-color css
<style>
span { border-color: #CDF404; }
span { border-color: rgb(205,244,4); }
td.TdClassName
{
border-color: #CDF404;
}
.TagClassName
{
border-color: #CDF404;
}
</style>