Shades of Electric Lime #CDF419
Tints of Electric Lime #CDF419
RGB
CMYK
RGB Variations
Color information
#CDF419 (or 0xCDF419) is known color: Electric Lime. HEX triplet: CD, F4 and 19. RGB value is (205,244,25). Sum of RGB (Red+Green+Blue) = 205+244+25=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 244 (95.70% from 255 or 51.48% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF419 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF419 is #320BE6. Grayscale: #D0D0D0. Windows color (decimal): -3279847 or 1701069. OLE color: 1701069.
HSL color Cylindrical-coordinate representation of color #CDF419: hue angle of 70.68º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF419 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.04 |
| HSL | 70.68º | 0.91% | 0.53% | - |
| HSV(B) | 70.68º | 0.9% | 0.96% | - |
| XYZ | 57.7 | 77.75 | 12.89 | - |
| YUV | 207.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 25 | 0.16 | 0 | 0.90 | 0.04 | 70.68 | 0.91 | 0.53 |
| Hex | CD | F4 | 19 | 10 | 0 | 5A | 4 | 47 | 5B | 35 |
| Octal | 315 | 364 | 31 | 20 | 0 | 132 | 4 | 107 | 133 | 65 |
| Binary | 11001101 | 11110100 | 11001 | 10000 | 0 | 1011010 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CDF419
Complementary color
Monochromatic Colors of #CDF419
Black with #CDF419
Text Example
Text Example
White with #CDF419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF419; }
p { color: rgb(205,244,25); }
H1.HeaderClassName
{
color: #CDF419;
}
.AnyTagClassName
{
color: #CDF419;
}
</style>
background-color css
<style>
a { background-color: #CDF419; }
a { background-color: rgb(205,244,25); }
div.DivClassName
{
background-color: #CDF419;
}
.BgClassName
{
background-color: #CDF419;
}
</style>
border-color css
<style>
span { border-color: #CDF419; }
span { border-color: rgb(205,244,25); }
td.TdClassName
{
border-color: #CDF419;
}
.TagClassName
{
border-color: #CDF419;
}
</style>