Shades of Electric Lime #CFDC00
Tints of Electric Lime #CFDC00
RGB
CMYK
RGB Variations
Color information
#CFDC00 (or 0xCFDC00) is known color: Electric Lime. HEX triplet: CF, DC and 00. RGB value is (207,220,0). Sum of RGB (Red+Green+Blue) = 207+220+0=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC00 is #3023FF. Grayscale: #BFBFBF. Windows color (decimal): -3154944 or 56527. OLE color: 56527.
HSL color Cylindrical-coordinate representation of color #CFDC00: hue angle of 63.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDC00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.14 |
| HSL | 63.55º | 1% | 0.43% | - |
| HSV(B) | 63.55º | 1% | 0.86% | - |
| XYZ | 51.33 | 64.45 | 9.74 | - |
| YUV | 191.03 | 20.19 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 0 | 0.06 | 0 | 1 | 0.14 | 63.55 | 1 | 0.43 |
| Hex | CF | DC | 0 | 6 | 0 | 64 | E | 40 | 64 | 2B |
| Octal | 317 | 334 | 0 | 6 | 0 | 144 | 16 | 100 | 144 | 53 |
| Binary | 11001111 | 11011100 | 0 | 110 | 0 | 1100100 | 1110 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CFDC00
Complementary color
Monochromatic Colors of #CFDC00
Black with #CFDC00
Text Example
Text Example
White with #CFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC00; }
p { color: rgb(207,220,0); }
H1.HeaderClassName
{
color: #CFDC00;
}
.AnyTagClassName
{
color: #CFDC00;
}
</style>
background-color css
<style>
a { background-color: #CFDC00; }
a { background-color: rgb(207,220,0); }
div.DivClassName
{
background-color: #CFDC00;
}
.BgClassName
{
background-color: #CFDC00;
}
</style>
border-color css
<style>
span { border-color: #CFDC00; }
span { border-color: rgb(207,220,0); }
td.TdClassName
{
border-color: #CFDC00;
}
.TagClassName
{
border-color: #CFDC00;
}
</style>