Shades of Electric Lime #CFDD01
Tints of Electric Lime #CFDD01
RGB
CMYK
RGB Variations
Color information
#CFDD01 (or 0xCFDD01) is known color: Electric Lime. HEX triplet: CF, DD and 01. RGB value is (207,221,1). Sum of RGB (Red+Green+Blue) = 207+221+1=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD01 is #3022FE. Grayscale: #C0C0C0. Windows color (decimal): -3154687 or 122319. OLE color: 122319.
HSL color Cylindrical-coordinate representation of color #CFDD01: hue angle of 63.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDD01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.13 |
| HSL | 63.82º | 0.99% | 0.44% | - |
| HSV(B) | 63.82º | 1% | 0.87% | - |
| XYZ | 51.59 | 64.98 | 9.85 | - |
| YUV | 191.73 | 20.36 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 1 | 0.06 | 0 | 1.00 | 0.13 | 63.82 | 0.99 | 0.44 |
| Hex | CF | DD | 1 | 6 | 0 | 64 | D | 40 | 63 | 2C |
| Octal | 317 | 335 | 1 | 6 | 0 | 144 | 15 | 100 | 143 | 54 |
| Binary | 11001111 | 11011101 | 1 | 110 | 0 | 1100100 | 1101 | 1000000 | 1100011 | 101100 |
Color Harmonies of #CFDD01
Complementary color
Monochromatic Colors of #CFDD01
Black with #CFDD01
Text Example
Text Example
White with #CFDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD01; }
p { color: rgb(207,221,1); }
H1.HeaderClassName
{
color: #CFDD01;
}
.AnyTagClassName
{
color: #CFDD01;
}
</style>
background-color css
<style>
a { background-color: #CFDD01; }
a { background-color: rgb(207,221,1); }
div.DivClassName
{
background-color: #CFDD01;
}
.BgClassName
{
background-color: #CFDD01;
}
</style>
border-color css
<style>
span { border-color: #CFDD01; }
span { border-color: rgb(207,221,1); }
td.TdClassName
{
border-color: #CFDD01;
}
.TagClassName
{
border-color: #CFDD01;
}
</style>