Shades of Electric Lime #CFDD00
Tints of Electric Lime #CFDD00
RGB
CMYK
RGB Variations
Color information
#CFDD00 (or 0xCFDD00) is known color: Electric Lime. HEX triplet: CF, DD and 00. RGB value is (207,221,0). Sum of RGB (Red+Green+Blue) = 207+221+0=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD00 is #3022FF. Grayscale: #C0C0C0. Windows color (decimal): -3154688 or 56783. OLE color: 56783.
HSL color Cylindrical-coordinate representation of color #CFDD00: hue angle of 63.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDD00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.13 |
| HSL | 63.8º | 1% | 0.43% | - |
| HSV(B) | 63.8º | 1% | 0.87% | - |
| XYZ | 51.59 | 64.98 | 9.82 | - |
| YUV | 191.62 | 19.86 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 0 | 0.06 | 0 | 1 | 0.13 | 63.8 | 1 | 0.43 |
| Hex | CF | DD | 0 | 6 | 0 | 64 | D | 40 | 64 | 2B |
| Octal | 317 | 335 | 0 | 6 | 0 | 144 | 15 | 100 | 144 | 53 |
| Binary | 11001111 | 11011101 | 0 | 110 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CFDD00
Complementary color
Monochromatic Colors of #CFDD00
Black with #CFDD00
Text Example
Text Example
White with #CFDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD00; }
p { color: rgb(207,221,0); }
H1.HeaderClassName
{
color: #CFDD00;
}
.AnyTagClassName
{
color: #CFDD00;
}
</style>
background-color css
<style>
a { background-color: #CFDD00; }
a { background-color: rgb(207,221,0); }
div.DivClassName
{
background-color: #CFDD00;
}
.BgClassName
{
background-color: #CFDD00;
}
</style>
border-color css
<style>
span { border-color: #CFDD00; }
span { border-color: rgb(207,221,0); }
td.TdClassName
{
border-color: #CFDD00;
}
.TagClassName
{
border-color: #CFDD00;
}
</style>