Shades of Electric Lime #CEF90E
Tints of Electric Lime #CEF90E
RGB
CMYK
RGB Variations
Color information
#CEF90E (or 0xCEF90E) is known color: Electric Lime. HEX triplet: CE, F9 and 0E. RGB value is (206,249,14). Sum of RGB (Red+Green+Blue) = 206+249+14=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF90E is #3106F1. Grayscale: #D2D2D2. Windows color (decimal): -3213042 or 981454. OLE color: 981454.
HSL color Cylindrical-coordinate representation of color #CEF90E: hue angle of 70.98º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF90E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.02 |
| HSL | 70.98º | 0.95% | 0.52% | - |
| HSV(B) | 70.98º | 0.94% | 0.98% | - |
| XYZ | 59.41 | 80.9 | 12.9 | - |
| YUV | 209.35 | 17.75 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 14 | 0.17 | 0 | 0.94 | 0.02 | 70.98 | 0.95 | 0.52 |
| Hex | CE | F9 | E | 11 | 0 | 5E | 2 | 47 | 5F | 34 |
| Octal | 316 | 371 | 16 | 21 | 0 | 136 | 2 | 107 | 137 | 64 |
| Binary | 11001110 | 11111001 | 1110 | 10001 | 0 | 1011110 | 10 | 1000111 | 1011111 | 110100 |
Color Harmonies of #CEF90E
Complementary color
Monochromatic Colors of #CEF90E
Black with #CEF90E
Text Example
Text Example
White with #CEF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF90E; }
p { color: rgb(206,249,14); }
H1.HeaderClassName
{
color: #CEF90E;
}
.AnyTagClassName
{
color: #CEF90E;
}
</style>
background-color css
<style>
a { background-color: #CEF90E; }
a { background-color: rgb(206,249,14); }
div.DivClassName
{
background-color: #CEF90E;
}
.BgClassName
{
background-color: #CEF90E;
}
</style>
border-color css
<style>
span { border-color: #CEF90E; }
span { border-color: rgb(206,249,14); }
td.TdClassName
{
border-color: #CEF90E;
}
.TagClassName
{
border-color: #CEF90E;
}
</style>