Shades of Electric Lime #CEF10B
Tints of Electric Lime #CEF10B
RGB
CMYK
RGB Variations
Color information
#CEF10B (or 0xCEF10B) is known color: Electric Lime. HEX triplet: CE, F1 and 0B. RGB value is (206,241,11). Sum of RGB (Red+Green+Blue) = 206+241+11=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF10B is #310EF4. Grayscale: #CDCDCD. Windows color (decimal): -3215093 or 782798. OLE color: 782798.
HSL color Cylindrical-coordinate representation of color #CEF10B: hue angle of 69.13º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF10B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.05 |
| HSL | 69.13º | 0.91% | 0.49% | - |
| HSV(B) | 69.13º | 0.95% | 0.95% | - |
| XYZ | 56.97 | 76.06 | 11.99 | - |
| YUV | 204.32 | 18.9 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 11 | 0.15 | 0 | 0.95 | 0.05 | 69.13 | 0.91 | 0.49 |
| Hex | CE | F1 | B | F | 0 | 5F | 5 | 45 | 5B | 31 |
| Octal | 316 | 361 | 13 | 17 | 0 | 137 | 5 | 105 | 133 | 61 |
| Binary | 11001110 | 11110001 | 1011 | 1111 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110001 |
Color Harmonies of #CEF10B
Complementary color
Monochromatic Colors of #CEF10B
Black with #CEF10B
Text Example
Text Example
White with #CEF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF10B; }
p { color: rgb(206,241,11); }
H1.HeaderClassName
{
color: #CEF10B;
}
.AnyTagClassName
{
color: #CEF10B;
}
</style>
background-color css
<style>
a { background-color: #CEF10B; }
a { background-color: rgb(206,241,11); }
div.DivClassName
{
background-color: #CEF10B;
}
.BgClassName
{
background-color: #CEF10B;
}
</style>
border-color css
<style>
span { border-color: #CEF10B; }
span { border-color: rgb(206,241,11); }
td.TdClassName
{
border-color: #CEF10B;
}
.TagClassName
{
border-color: #CEF10B;
}
</style>