Shades of Electric Lime #CEF90B
Tints of Electric Lime #CEF90B
RGB
CMYK
RGB Variations
Color information
#CEF90B (or 0xCEF90B) is known color: Electric Lime. HEX triplet: CE, F9 and 0B. RGB value is (206,249,11). Sum of RGB (Red+Green+Blue) = 206+249+11=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF90B is #3106F4. Grayscale: #D1D1D1. Windows color (decimal): -3213045 or 784846. OLE color: 784846.
HSL color Cylindrical-coordinate representation of color #CEF90B: hue angle of 70.84º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF90B is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 11 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.02 |
| HSL | 70.84º | 0.95% | 0.51% | - |
| HSV(B) | 70.84º | 0.96% | 0.98% | - |
| XYZ | 59.39 | 80.9 | 12.8 | - |
| YUV | 209.01 | 16.25 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 11 | 0.17 | 0 | 0.96 | 0.02 | 70.84 | 0.95 | 0.51 |
| Hex | CE | F9 | B | 11 | 0 | 60 | 2 | 47 | 5F | 33 |
| Octal | 316 | 371 | 13 | 21 | 0 | 140 | 2 | 107 | 137 | 63 |
| Binary | 11001110 | 11111001 | 1011 | 10001 | 0 | 1100000 | 10 | 1000111 | 1011111 | 110011 |
Color Harmonies of #CEF90B
Complementary color
Monochromatic Colors of #CEF90B
Black with #CEF90B
Text Example
Text Example
White with #CEF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF90B; }
p { color: rgb(206,249,11); }
H1.HeaderClassName
{
color: #CEF90B;
}
.AnyTagClassName
{
color: #CEF90B;
}
</style>
background-color css
<style>
a { background-color: #CEF90B; }
a { background-color: rgb(206,249,11); }
div.DivClassName
{
background-color: #CEF90B;
}
.BgClassName
{
background-color: #CEF90B;
}
</style>
border-color css
<style>
span { border-color: #CEF90B; }
span { border-color: rgb(206,249,11); }
td.TdClassName
{
border-color: #CEF90B;
}
.TagClassName
{
border-color: #CEF90B;
}
</style>