Shades of Electric Lime #CEFD0F
Tints of Electric Lime #CEFD0F
RGB
CMYK
RGB Variations
Color information
#CEFD0F (or 0xCEFD0F) is known color: Electric Lime. HEX triplet: CE, FD and 0F. RGB value is (206,253,15). Sum of RGB (Red+Green+Blue) = 206+253+15=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD0F is #3102F0. Grayscale: #D4D4D4. Windows color (decimal): -3212017 or 1048014. OLE color: 1048014.
HSL color Cylindrical-coordinate representation of color #CEFD0F: hue angle of 71.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEFD0F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.01 |
| HSL | 71.85º | 0.98% | 0.53% | - |
| HSV(B) | 71.85º | 0.94% | 0.99% | - |
| XYZ | 60.67 | 83.41 | 13.35 | - |
| YUV | 211.82 | 16.93 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 15 | 0.19 | 0 | 0.94 | 0.01 | 71.85 | 0.98 | 0.53 |
| Hex | CE | FD | F | 13 | 0 | 5E | 1 | 48 | 62 | 35 |
| Octal | 316 | 375 | 17 | 23 | 0 | 136 | 1 | 110 | 142 | 65 |
| Binary | 11001110 | 11111101 | 1111 | 10011 | 0 | 1011110 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CEFD0F
Complementary color
Monochromatic Colors of #CEFD0F
Black with #CEFD0F
Text Example
Text Example
White with #CEFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD0F; }
p { color: rgb(206,253,15); }
H1.HeaderClassName
{
color: #CEFD0F;
}
.AnyTagClassName
{
color: #CEFD0F;
}
</style>
background-color css
<style>
a { background-color: #CEFD0F; }
a { background-color: rgb(206,253,15); }
div.DivClassName
{
background-color: #CEFD0F;
}
.BgClassName
{
background-color: #CEFD0F;
}
</style>
border-color css
<style>
span { border-color: #CEFD0F; }
span { border-color: rgb(206,253,15); }
td.TdClassName
{
border-color: #CEFD0F;
}
.TagClassName
{
border-color: #CEFD0F;
}
</style>