Shades of Electric Lime #CDFB00
Tints of Electric Lime #CDFB00
RGB
CMYK
RGB Variations
Color information
#CDFB00 (or 0xCDFB00) is known color: Electric Lime. HEX triplet: CD, FB and 00. RGB value is (205,251,0). Sum of RGB (Red+Green+Blue) = 205+251+0=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB00 is #3204FF. Grayscale: #D1D1D1. Windows color (decimal): -3278080 or 64461. OLE color: 64461.
HSL color Cylindrical-coordinate representation of color #CDFB00: hue angle of 71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDFB00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.02 |
| HSL | 71º | 1% | 0.49% | - |
| HSV(B) | 71º | 1% | 0.98% | - |
| XYZ | 59.67 | 81.97 | 12.68 | - |
| YUV | 208.63 | 10.26 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 0 | 0.18 | 0 | 1 | 0.02 | 71 | 1 | 0.49 |
| Hex | CD | FB | 0 | 12 | 0 | 64 | 2 | 47 | 64 | 31 |
| Octal | 315 | 373 | 0 | 22 | 0 | 144 | 2 | 107 | 144 | 61 |
| Binary | 11001101 | 11111011 | 0 | 10010 | 0 | 1100100 | 10 | 1000111 | 1100100 | 110001 |
Color Harmonies of #CDFB00
Complementary color
Monochromatic Colors of #CDFB00
Black with #CDFB00
Text Example
Text Example
White with #CDFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB00; }
p { color: rgb(205,251,0); }
H1.HeaderClassName
{
color: #CDFB00;
}
.AnyTagClassName
{
color: #CDFB00;
}
</style>
background-color css
<style>
a { background-color: #CDFB00; }
a { background-color: rgb(205,251,0); }
div.DivClassName
{
background-color: #CDFB00;
}
.BgClassName
{
background-color: #CDFB00;
}
</style>
border-color css
<style>
span { border-color: #CDFB00; }
span { border-color: rgb(205,251,0); }
td.TdClassName
{
border-color: #CDFB00;
}
.TagClassName
{
border-color: #CDFB00;
}
</style>