Shades of Electric Lime #CEF91E
Tints of Electric Lime #CEF91E
RGB
CMYK
RGB Variations
Color information
#CEF91E (or 0xCEF91E) is known color: Electric Lime. HEX triplet: CE, F9 and 1E. RGB value is (206,249,30). Sum of RGB (Red+Green+Blue) = 206+249+30=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF91E is #3106E1. Grayscale: #D4D4D4. Windows color (decimal): -3213026 or 2030030. OLE color: 2030030.
HSL color Cylindrical-coordinate representation of color #CEF91E: hue angle of 71.78º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF91E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 30 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.78º | 0.95% | 0.55% | - |
| HSV(B) | 71.78º | 0.88% | 0.98% | - |
| XYZ | 59.56 | 80.97 | 13.72 | - |
| YUV | 211.18 | 25.75 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 30 | 0.17 | 0 | 0.88 | 0.02 | 71.78 | 0.95 | 0.55 |
| Hex | CE | F9 | 1E | 11 | 0 | 58 | 2 | 48 | 5F | 37 |
| Octal | 316 | 371 | 36 | 21 | 0 | 130 | 2 | 110 | 137 | 67 |
| Binary | 11001110 | 11111001 | 11110 | 10001 | 0 | 1011000 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CEF91E
Complementary color
Monochromatic Colors of #CEF91E
Black with #CEF91E
Text Example
Text Example
White with #CEF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF91E; }
p { color: rgb(206,249,30); }
H1.HeaderClassName
{
color: #CEF91E;
}
.AnyTagClassName
{
color: #CEF91E;
}
</style>
background-color css
<style>
a { background-color: #CEF91E; }
a { background-color: rgb(206,249,30); }
div.DivClassName
{
background-color: #CEF91E;
}
.BgClassName
{
background-color: #CEF91E;
}
</style>
border-color css
<style>
span { border-color: #CEF91E; }
span { border-color: rgb(206,249,30); }
td.TdClassName
{
border-color: #CEF91E;
}
.TagClassName
{
border-color: #CEF91E;
}
</style>