Shades of Electric Lime #CEF51A
Tints of Electric Lime #CEF51A
RGB
CMYK
RGB Variations
Color information
#CEF51A (or 0xCEF51A) is known color: Electric Lime. HEX triplet: CE, F5 and 1A. RGB value is (206,245,26). Sum of RGB (Red+Green+Blue) = 206+245+26=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF51A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF51A is #310AE5. Grayscale: #D1D1D1. Windows color (decimal): -3214054 or 1766862. OLE color: 1766862.
HSL color Cylindrical-coordinate representation of color #CEF51A: hue angle of 70.68º degrees, saturation: 0.92, 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 #CEF51A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.68º | 0.92% | 0.53% | - |
| HSV(B) | 70.68º | 0.89% | 0.96% | - |
| XYZ | 58.29 | 78.5 | 13.06 | - |
| YUV | 208.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 26 | 0.16 | 0 | 0.89 | 0.04 | 70.68 | 0.92 | 0.53 |
| Hex | CE | F5 | 1A | 10 | 0 | 59 | 4 | 47 | 5C | 35 |
| Octal | 316 | 365 | 32 | 20 | 0 | 131 | 4 | 107 | 134 | 65 |
| Binary | 11001110 | 11110101 | 11010 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CEF51A
Complementary color
Monochromatic Colors of #CEF51A
Black with #CEF51A
Text Example
Text Example
White with #CEF51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF51A; }
p { color: rgb(206,245,26); }
H1.HeaderClassName
{
color: #CEF51A;
}
.AnyTagClassName
{
color: #CEF51A;
}
</style>
background-color css
<style>
a { background-color: #CEF51A; }
a { background-color: rgb(206,245,26); }
div.DivClassName
{
background-color: #CEF51A;
}
.BgClassName
{
background-color: #CEF51A;
}
</style>
border-color css
<style>
span { border-color: #CEF51A; }
span { border-color: rgb(206,245,26); }
td.TdClassName
{
border-color: #CEF51A;
}
.TagClassName
{
border-color: #CEF51A;
}
</style>