Shades of Electric Lime #CEF917
Tints of Electric Lime #CEF917
RGB
CMYK
RGB Variations
Color information
#CEF917 (or 0xCEF917) is known color: Electric Lime. HEX triplet: CE, F9 and 17. RGB value is (206,249,23). Sum of RGB (Red+Green+Blue) = 206+249+23=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF917 is #3106E8. Grayscale: #D3D3D3. Windows color (decimal): -3213033 or 1571278. OLE color: 1571278.
HSL color Cylindrical-coordinate representation of color #CEF917: hue angle of 71.42º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEF917 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.02 |
| HSL | 71.42º | 0.95% | 0.53% | - |
| HSV(B) | 71.42º | 0.91% | 0.98% | - |
| XYZ | 59.48 | 80.94 | 13.3 | - |
| YUV | 210.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 23 | 0.17 | 0 | 0.91 | 0.02 | 71.42 | 0.95 | 0.53 |
| Hex | CE | F9 | 17 | 11 | 0 | 5B | 2 | 47 | 5F | 35 |
| Octal | 316 | 371 | 27 | 21 | 0 | 133 | 2 | 107 | 137 | 65 |
| Binary | 11001110 | 11111001 | 10111 | 10001 | 0 | 1011011 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #CEF917
Complementary color
Monochromatic Colors of #CEF917
Black with #CEF917
Text Example
Text Example
White with #CEF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF917; }
p { color: rgb(206,249,23); }
H1.HeaderClassName
{
color: #CEF917;
}
.AnyTagClassName
{
color: #CEF917;
}
</style>
background-color css
<style>
a { background-color: #CEF917; }
a { background-color: rgb(206,249,23); }
div.DivClassName
{
background-color: #CEF917;
}
.BgClassName
{
background-color: #CEF917;
}
</style>
border-color css
<style>
span { border-color: #CEF917; }
span { border-color: rgb(206,249,23); }
td.TdClassName
{
border-color: #CEF917;
}
.TagClassName
{
border-color: #CEF917;
}
</style>