Shades of Electric Lime #CDF401
Tints of Electric Lime #CDF401
RGB
CMYK
RGB Variations
Color information
#CDF401 (or 0xCDF401) is known color: Electric Lime. HEX triplet: CD, F4 and 01. RGB value is (205,244,1). Sum of RGB (Red+Green+Blue) = 205+244+1=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF401 is #320BFE. Grayscale: #CDCDCD. Windows color (decimal): -3279871 or 128205. OLE color: 128205.
HSL color Cylindrical-coordinate representation of color #CDF401: hue angle of 69.63º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF401 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.04 |
| HSL | 69.63º | 0.99% | 0.48% | - |
| HSV(B) | 69.63º | 1% | 0.96% | - |
| XYZ | 57.53 | 77.68 | 11.99 | - |
| YUV | 204.64 | 13.08 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 1 | 0.16 | 0 | 1.00 | 0.04 | 69.63 | 0.99 | 0.48 |
| Hex | CD | F4 | 1 | 10 | 0 | 64 | 4 | 46 | 63 | 30 |
| Octal | 315 | 364 | 1 | 20 | 0 | 144 | 4 | 106 | 143 | 60 |
| Binary | 11001101 | 11110100 | 1 | 10000 | 0 | 1100100 | 100 | 1000110 | 1100011 | 110000 |
Color Harmonies of #CDF401
Complementary color
Monochromatic Colors of #CDF401
Black with #CDF401
Text Example
Text Example
White with #CDF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF401; }
p { color: rgb(205,244,1); }
H1.HeaderClassName
{
color: #CDF401;
}
.AnyTagClassName
{
color: #CDF401;
}
</style>
background-color css
<style>
a { background-color: #CDF401; }
a { background-color: rgb(205,244,1); }
div.DivClassName
{
background-color: #CDF401;
}
.BgClassName
{
background-color: #CDF401;
}
</style>
border-color css
<style>
span { border-color: #CDF401; }
span { border-color: rgb(205,244,1); }
td.TdClassName
{
border-color: #CDF401;
}
.TagClassName
{
border-color: #CDF401;
}
</style>