Shades of Electric Lime #CEFD11
Tints of Electric Lime #CEFD11
RGB
CMYK
RGB Variations
Color information
#CEFD11 (or 0xCEFD11) is known color: Electric Lime. HEX triplet: CE, FD and 11. RGB value is (206,253,17). Sum of RGB (Red+Green+Blue) = 206+253+17=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD11 is #3102EE. Grayscale: #D4D4D4. Windows color (decimal): -3212015 or 1179086. OLE color: 1179086.
HSL color Cylindrical-coordinate representation of color #CEFD11: hue angle of 71.95º 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 #CEFD11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 71.95º | 0.98% | 0.53% | - |
| HSV(B) | 71.95º | 0.93% | 0.99% | - |
| XYZ | 60.68 | 83.41 | 13.43 | - |
| YUV | 212.04 | 17.93 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 17 | 0.19 | 0 | 0.93 | 0.01 | 71.95 | 0.98 | 0.53 |
| Hex | CE | FD | 11 | 13 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 316 | 375 | 21 | 23 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001110 | 11111101 | 10001 | 10011 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CEFD11
Complementary color
Monochromatic Colors of #CEFD11
Black with #CEFD11
Text Example
Text Example
White with #CEFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD11; }
p { color: rgb(206,253,17); }
H1.HeaderClassName
{
color: #CEFD11;
}
.AnyTagClassName
{
color: #CEFD11;
}
</style>
background-color css
<style>
a { background-color: #CEFD11; }
a { background-color: rgb(206,253,17); }
div.DivClassName
{
background-color: #CEFD11;
}
.BgClassName
{
background-color: #CEFD11;
}
</style>
border-color css
<style>
span { border-color: #CEFD11; }
span { border-color: rgb(206,253,17); }
td.TdClassName
{
border-color: #CEFD11;
}
.TagClassName
{
border-color: #CEFD11;
}
</style>