Shades of Electric Lime #CEF908
Tints of Electric Lime #CEF908
RGB
CMYK
RGB Variations
Color information
#CEF908 (or 0xCEF908) is known color: Electric Lime. HEX triplet: CE, F9 and 08. RGB value is (206,249,8). Sum of RGB (Red+Green+Blue) = 206+249+8=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF908 is #3106F7. Grayscale: #D1D1D1. Windows color (decimal): -3213048 or 588238. OLE color: 588238.
HSL color Cylindrical-coordinate representation of color #CEF908: hue angle of 70.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF908 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.02 |
| HSL | 70.71º | 0.95% | 0.5% | - |
| HSV(B) | 70.71º | 0.97% | 0.98% | - |
| XYZ | 59.37 | 80.89 | 12.71 | - |
| YUV | 208.67 | 14.75 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 8 | 0.17 | 0 | 0.97 | 0.02 | 70.71 | 0.95 | 0.5 |
| Hex | CE | F9 | 8 | 11 | 0 | 61 | 2 | 47 | 5F | 32 |
| Octal | 316 | 371 | 10 | 21 | 0 | 141 | 2 | 107 | 137 | 62 |
| Binary | 11001110 | 11111001 | 1000 | 10001 | 0 | 1100001 | 10 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CEF908
Complementary color
Monochromatic Colors of #CEF908
Black with #CEF908
Text Example
Text Example
White with #CEF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF908; }
p { color: rgb(206,249,8); }
H1.HeaderClassName
{
color: #CEF908;
}
.AnyTagClassName
{
color: #CEF908;
}
</style>
background-color css
<style>
a { background-color: #CEF908; }
a { background-color: rgb(206,249,8); }
div.DivClassName
{
background-color: #CEF908;
}
.BgClassName
{
background-color: #CEF908;
}
</style>
border-color css
<style>
span { border-color: #CEF908; }
span { border-color: rgb(206,249,8); }
td.TdClassName
{
border-color: #CEF908;
}
.TagClassName
{
border-color: #CEF908;
}
</style>