Shades of Electric Lime #CFFD11
Tints of Electric Lime #CFFD11
RGB
CMYK
RGB Variations
Color information
#CFFD11 (or 0xCFFD11) is known color: Electric Lime. HEX triplet: CF, FD and 11. RGB value is (207,253,17). Sum of RGB (Red+Green+Blue) = 207+253+17=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD11 is #3002EE. Grayscale: #D5D5D5. Windows color (decimal): -3146479 or 1179087. OLE color: 1179087.
HSL color Cylindrical-coordinate representation of color #CFFD11: hue angle of 71.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFFD11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.01 |
| HSL | 71.69º | 0.98% | 0.53% | - |
| HSV(B) | 71.69º | 0.93% | 0.99% | - |
| XYZ | 60.96 | 83.56 | 13.45 | - |
| YUV | 212.34 | 17.76 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 17 | 0.18 | 0 | 0.93 | 0.01 | 71.69 | 0.98 | 0.53 |
| Hex | CF | FD | 11 | 12 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 317 | 375 | 21 | 22 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001111 | 11111101 | 10001 | 10010 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CFFD11
Complementary color
Monochromatic Colors of #CFFD11
Black with #CFFD11
Text Example
Text Example
White with #CFFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD11; }
p { color: rgb(207,253,17); }
H1.HeaderClassName
{
color: #CFFD11;
}
.AnyTagClassName
{
color: #CFFD11;
}
</style>
background-color css
<style>
a { background-color: #CFFD11; }
a { background-color: rgb(207,253,17); }
div.DivClassName
{
background-color: #CFFD11;
}
.BgClassName
{
background-color: #CFFD11;
}
</style>
border-color css
<style>
span { border-color: #CFFD11; }
span { border-color: rgb(207,253,17); }
td.TdClassName
{
border-color: #CFFD11;
}
.TagClassName
{
border-color: #CFFD11;
}
</style>