Shades of Electric Lime #CDF801
Tints of Electric Lime #CDF801
RGB
CMYK
RGB Variations
Color information
#CDF801 (or 0xCDF801) is known color: Electric Lime. HEX triplet: CD, F8 and 01. RGB value is (205,248,1). Sum of RGB (Red+Green+Blue) = 205+248+1=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF801 is #3207FE. Grayscale: #CFCFCF. Windows color (decimal): -3278847 or 129229. OLE color: 129229.
HSL color Cylindrical-coordinate representation of color #CDF801: hue angle of 70.45º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF801 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.03 |
| HSL | 70.45º | 0.99% | 0.49% | - |
| HSV(B) | 70.45º | 1% | 0.97% | - |
| XYZ | 58.75 | 80.12 | 12.4 | - |
| YUV | 206.99 | 11.75 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 1 | 0.17 | 0 | 1.00 | 0.03 | 70.45 | 0.99 | 0.49 |
| Hex | CD | F8 | 1 | 11 | 0 | 64 | 3 | 46 | 63 | 31 |
| Octal | 315 | 370 | 1 | 21 | 0 | 144 | 3 | 106 | 143 | 61 |
| Binary | 11001101 | 11111000 | 1 | 10001 | 0 | 1100100 | 11 | 1000110 | 1100011 | 110001 |
Color Harmonies of #CDF801
Complementary color
Monochromatic Colors of #CDF801
Black with #CDF801
Text Example
Text Example
White with #CDF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF801; }
p { color: rgb(205,248,1); }
H1.HeaderClassName
{
color: #CDF801;
}
.AnyTagClassName
{
color: #CDF801;
}
</style>
background-color css
<style>
a { background-color: #CDF801; }
a { background-color: rgb(205,248,1); }
div.DivClassName
{
background-color: #CDF801;
}
.BgClassName
{
background-color: #CDF801;
}
</style>
border-color css
<style>
span { border-color: #CDF801; }
span { border-color: rgb(205,248,1); }
td.TdClassName
{
border-color: #CDF801;
}
.TagClassName
{
border-color: #CDF801;
}
</style>