Shades of Electric Lime #CDF804
Tints of Electric Lime #CDF804
RGB
CMYK
RGB Variations
Color information
#CDF804 (or 0xCDF804) is known color: Electric Lime. HEX triplet: CD, F8 and 04. RGB value is (205,248,4). Sum of RGB (Red+Green+Blue) = 205+248+4=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF804 is #3207FB. Grayscale: #D0D0D0. Windows color (decimal): -3278844 or 325837. OLE color: 325837.
HSL color Cylindrical-coordinate representation of color #CDF804: hue angle of 70.57º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF804 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.03 |
| HSL | 70.57º | 0.97% | 0.49% | - |
| HSV(B) | 70.57º | 0.98% | 0.97% | - |
| XYZ | 58.77 | 80.12 | 12.48 | - |
| YUV | 207.33 | 13.25 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 4 | 0.17 | 0 | 0.98 | 0.03 | 70.57 | 0.97 | 0.49 |
| Hex | CD | F8 | 4 | 11 | 0 | 62 | 3 | 47 | 61 | 31 |
| Octal | 315 | 370 | 4 | 21 | 0 | 142 | 3 | 107 | 141 | 61 |
| Binary | 11001101 | 11111000 | 100 | 10001 | 0 | 1100010 | 11 | 1000111 | 1100001 | 110001 |
Color Harmonies of #CDF804
Complementary color
Monochromatic Colors of #CDF804
Black with #CDF804
Text Example
Text Example
White with #CDF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF804; }
p { color: rgb(205,248,4); }
H1.HeaderClassName
{
color: #CDF804;
}
.AnyTagClassName
{
color: #CDF804;
}
</style>
background-color css
<style>
a { background-color: #CDF804; }
a { background-color: rgb(205,248,4); }
div.DivClassName
{
background-color: #CDF804;
}
.BgClassName
{
background-color: #CDF804;
}
</style>
border-color css
<style>
span { border-color: #CDF804; }
span { border-color: rgb(205,248,4); }
td.TdClassName
{
border-color: #CDF804;
}
.TagClassName
{
border-color: #CDF804;
}
</style>