Shades of Electric Lime #CEF40B
Tints of Electric Lime #CEF40B
RGB
CMYK
RGB Variations
Color information
#CEF40B (or 0xCEF40B) is known color: Electric Lime. HEX triplet: CE, F4 and 0B. RGB value is (206,244,11). Sum of RGB (Red+Green+Blue) = 206+244+11=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF40B is #310BF4. Grayscale: #CECECE. Windows color (decimal): -3214325 or 783566. OLE color: 783566.
HSL color Cylindrical-coordinate representation of color #CEF40B: hue angle of 69.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF40B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.04 |
| HSL | 69.79º | 0.91% | 0.5% | - |
| HSV(B) | 69.79º | 0.95% | 0.96% | - |
| XYZ | 57.86 | 77.85 | 12.29 | - |
| YUV | 206.08 | 17.91 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 11 | 0.16 | 0 | 0.95 | 0.04 | 69.79 | 0.91 | 0.5 |
| Hex | CE | F4 | B | 10 | 0 | 5F | 4 | 46 | 5B | 32 |
| Octal | 316 | 364 | 13 | 20 | 0 | 137 | 4 | 106 | 133 | 62 |
| Binary | 11001110 | 11110100 | 1011 | 10000 | 0 | 1011111 | 100 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CEF40B
Complementary color
Monochromatic Colors of #CEF40B
Black with #CEF40B
Text Example
Text Example
White with #CEF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF40B; }
p { color: rgb(206,244,11); }
H1.HeaderClassName
{
color: #CEF40B;
}
.AnyTagClassName
{
color: #CEF40B;
}
</style>
background-color css
<style>
a { background-color: #CEF40B; }
a { background-color: rgb(206,244,11); }
div.DivClassName
{
background-color: #CEF40B;
}
.BgClassName
{
background-color: #CEF40B;
}
</style>
border-color css
<style>
span { border-color: #CEF40B; }
span { border-color: rgb(206,244,11); }
td.TdClassName
{
border-color: #CEF40B;
}
.TagClassName
{
border-color: #CEF40B;
}
</style>