Shades of Electric Lime #CEF918
Tints of Electric Lime #CEF918
RGB
CMYK
RGB Variations
Color information
#CEF918 (or 0xCEF918) is known color: Electric Lime. HEX triplet: CE, F9 and 18. RGB value is (206,249,24). Sum of RGB (Red+Green+Blue) = 206+249+24=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF918 is #3106E7. Grayscale: #D3D3D3. Windows color (decimal): -3213032 or 1636814. OLE color: 1636814.
HSL color Cylindrical-coordinate representation of color #CEF918: hue angle of 71.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF918 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.02 |
| HSL | 71.47º | 0.95% | 0.54% | - |
| HSV(B) | 71.47º | 0.9% | 0.98% | - |
| XYZ | 59.49 | 80.94 | 13.35 | - |
| YUV | 210.49 | 22.75 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 24 | 0.17 | 0 | 0.90 | 0.02 | 71.47 | 0.95 | 0.54 |
| Hex | CE | F9 | 18 | 11 | 0 | 5A | 2 | 47 | 5F | 36 |
| Octal | 316 | 371 | 30 | 21 | 0 | 132 | 2 | 107 | 137 | 66 |
| Binary | 11001110 | 11111001 | 11000 | 10001 | 0 | 1011010 | 10 | 1000111 | 1011111 | 110110 |
Color Harmonies of #CEF918
Complementary color
Monochromatic Colors of #CEF918
Black with #CEF918
Text Example
Text Example
White with #CEF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF918; }
p { color: rgb(206,249,24); }
H1.HeaderClassName
{
color: #CEF918;
}
.AnyTagClassName
{
color: #CEF918;
}
</style>
background-color css
<style>
a { background-color: #CEF918; }
a { background-color: rgb(206,249,24); }
div.DivClassName
{
background-color: #CEF918;
}
.BgClassName
{
background-color: #CEF918;
}
</style>
border-color css
<style>
span { border-color: #CEF918; }
span { border-color: rgb(206,249,24); }
td.TdClassName
{
border-color: #CEF918;
}
.TagClassName
{
border-color: #CEF918;
}
</style>