Shades of Electric Lime #CDF000
Tints of Electric Lime #CDF000
RGB
CMYK
RGB Variations
Color information
#CDF000 (or 0xCDF000) is known color: Electric Lime. HEX triplet: CD, F0 and 00. RGB value is (205,240,0). Sum of RGB (Red+Green+Blue) = 205+240+0=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF000 is #320FFF. Grayscale: #CBCBCB. Windows color (decimal): -3280896 or 61645. OLE color: 61645.
HSL color Cylindrical-coordinate representation of color #CDF000: hue angle of 68.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF000 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.06 |
| HSL | 68.75º | 1% | 0.47% | - |
| HSV(B) | 68.75º | 1% | 0.94% | - |
| XYZ | 56.34 | 75.3 | 11.56 | - |
| YUV | 202.18 | 13.9 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 0 | 0.15 | 0 | 1 | 0.06 | 68.75 | 1 | 0.47 |
| Hex | CD | F0 | 0 | F | 0 | 64 | 6 | 45 | 64 | 2F |
| Octal | 315 | 360 | 0 | 17 | 0 | 144 | 6 | 105 | 144 | 57 |
| Binary | 11001101 | 11110000 | 0 | 1111 | 0 | 1100100 | 110 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CDF000
Complementary color
Monochromatic Colors of #CDF000
Black with #CDF000
Text Example
Text Example
White with #CDF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF000; }
p { color: rgb(205,240,0); }
H1.HeaderClassName
{
color: #CDF000;
}
.AnyTagClassName
{
color: #CDF000;
}
</style>
background-color css
<style>
a { background-color: #CDF000; }
a { background-color: rgb(205,240,0); }
div.DivClassName
{
background-color: #CDF000;
}
.BgClassName
{
background-color: #CDF000;
}
</style>
border-color css
<style>
span { border-color: #CDF000; }
span { border-color: rgb(205,240,0); }
td.TdClassName
{
border-color: #CDF000;
}
.TagClassName
{
border-color: #CDF000;
}
</style>