Shades of Electric Lime #CDF501
Tints of Electric Lime #CDF501
RGB
CMYK
RGB Variations
Color information
#CDF501 (or 0xCDF501) is known color: Electric Lime. HEX triplet: CD, F5 and 01. RGB value is (205,245,1). Sum of RGB (Red+Green+Blue) = 205+245+1=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF501 is #320AFE. Grayscale: #CECECE. Windows color (decimal): -3279615 or 128461. OLE color: 128461.
HSL color Cylindrical-coordinate representation of color #CDF501: hue angle of 69.84º 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 #CDF501 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.04 |
| HSL | 69.84º | 0.99% | 0.48% | - |
| HSV(B) | 69.84º | 1% | 0.96% | - |
| XYZ | 57.83 | 78.29 | 12.09 | - |
| YUV | 205.22 | 12.75 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 1 | 0.16 | 0 | 1.00 | 0.04 | 69.84 | 0.99 | 0.48 |
| Hex | CD | F5 | 1 | 10 | 0 | 64 | 4 | 46 | 63 | 30 |
| Octal | 315 | 365 | 1 | 20 | 0 | 144 | 4 | 106 | 143 | 60 |
| Binary | 11001101 | 11110101 | 1 | 10000 | 0 | 1100100 | 100 | 1000110 | 1100011 | 110000 |
Color Harmonies of #CDF501
Complementary color
Monochromatic Colors of #CDF501
Black with #CDF501
Text Example
Text Example
White with #CDF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF501; }
p { color: rgb(205,245,1); }
H1.HeaderClassName
{
color: #CDF501;
}
.AnyTagClassName
{
color: #CDF501;
}
</style>
background-color css
<style>
a { background-color: #CDF501; }
a { background-color: rgb(205,245,1); }
div.DivClassName
{
background-color: #CDF501;
}
.BgClassName
{
background-color: #CDF501;
}
</style>
border-color css
<style>
span { border-color: #CDF501; }
span { border-color: rgb(205,245,1); }
td.TdClassName
{
border-color: #CDF501;
}
.TagClassName
{
border-color: #CDF501;
}
</style>