Shades of Electric Lime #CFDE00
Tints of Electric Lime #CFDE00
RGB
CMYK
RGB Variations
Color information
#CFDE00 (or 0xCFDE00) is known color: Electric Lime. HEX triplet: CF, DE and 00. RGB value is (207,222,0). Sum of RGB (Red+Green+Blue) = 207+222+0=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE00 is #3021FF. Grayscale: #C1C1C1. Windows color (decimal): -3154432 or 57039. OLE color: 57039.
HSL color Cylindrical-coordinate representation of color #CFDE00: hue angle of 64.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDE00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.13 |
| HSL | 64.05º | 1% | 0.44% | - |
| HSV(B) | 64.05º | 1% | 0.87% | - |
| XYZ | 51.85 | 65.51 | 9.91 | - |
| YUV | 192.21 | 19.53 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 0 | 0.07 | 0 | 1 | 0.13 | 64.05 | 1 | 0.44 |
| Hex | CF | DE | 0 | 7 | 0 | 64 | D | 40 | 64 | 2C |
| Octal | 317 | 336 | 0 | 7 | 0 | 144 | 15 | 100 | 144 | 54 |
| Binary | 11001111 | 11011110 | 0 | 111 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101100 |
Color Harmonies of #CFDE00
Complementary color
Monochromatic Colors of #CFDE00
Black with #CFDE00
Text Example
Text Example
White with #CFDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE00; }
p { color: rgb(207,222,0); }
H1.HeaderClassName
{
color: #CFDE00;
}
.AnyTagClassName
{
color: #CFDE00;
}
</style>
background-color css
<style>
a { background-color: #CFDE00; }
a { background-color: rgb(207,222,0); }
div.DivClassName
{
background-color: #CFDE00;
}
.BgClassName
{
background-color: #CFDE00;
}
</style>
border-color css
<style>
span { border-color: #CFDE00; }
span { border-color: rgb(207,222,0); }
td.TdClassName
{
border-color: #CFDE00;
}
.TagClassName
{
border-color: #CFDE00;
}
</style>