Shades of Electric Lime #CEF41A
Tints of Electric Lime #CEF41A
RGB
CMYK
RGB Variations
Color information
#CEF41A (or 0xCEF41A) is known color: Electric Lime. HEX triplet: CE, F4 and 1A. RGB value is (206,244,26). Sum of RGB (Red+Green+Blue) = 206+244+26=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF41A is #310BE5. Grayscale: #D0D0D0. Windows color (decimal): -3214310 or 1766606. OLE color: 1766606.
HSL color Cylindrical-coordinate representation of color #CEF41A: hue angle of 70.46º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF41A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.46º | 0.91% | 0.53% | - |
| HSV(B) | 70.46º | 0.89% | 0.96% | - |
| XYZ | 57.99 | 77.9 | 12.96 | - |
| YUV | 207.79 | 25.41 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 26 | 0.16 | 0 | 0.89 | 0.04 | 70.46 | 0.91 | 0.53 |
| Hex | CE | F4 | 1A | 10 | 0 | 59 | 4 | 46 | 5B | 35 |
| Octal | 316 | 364 | 32 | 20 | 0 | 131 | 4 | 106 | 133 | 65 |
| Binary | 11001110 | 11110100 | 11010 | 10000 | 0 | 1011001 | 100 | 1000110 | 1011011 | 110101 |
Color Harmonies of #CEF41A
Complementary color
Monochromatic Colors of #CEF41A
Black with #CEF41A
Text Example
Text Example
White with #CEF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF41A; }
p { color: rgb(206,244,26); }
H1.HeaderClassName
{
color: #CEF41A;
}
.AnyTagClassName
{
color: #CEF41A;
}
</style>
background-color css
<style>
a { background-color: #CEF41A; }
a { background-color: rgb(206,244,26); }
div.DivClassName
{
background-color: #CEF41A;
}
.BgClassName
{
background-color: #CEF41A;
}
</style>
border-color css
<style>
span { border-color: #CEF41A; }
span { border-color: rgb(206,244,26); }
td.TdClassName
{
border-color: #CEF41A;
}
.TagClassName
{
border-color: #CEF41A;
}
</style>