Shades of Electric Lime #CEE30B
Tints of Electric Lime #CEE30B
RGB
CMYK
RGB Variations
Color information
#CEE30B (or 0xCEE30B) is known color: Electric Lime. HEX triplet: CE, E3 and 0B. RGB value is (206,227,11). Sum of RGB (Red+Green+Blue) = 206+227+11=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE30B is #311CF4. Grayscale: #C4C4C4. Windows color (decimal): -3218677 or 779214. OLE color: 779214.
HSL color Cylindrical-coordinate representation of color #CEE30B: hue angle of 65.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE30B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.11 |
| HSL | 65.83º | 0.91% | 0.47% | - |
| HSV(B) | 65.83º | 0.95% | 0.89% | - |
| XYZ | 52.98 | 68.08 | 10.67 | - |
| YUV | 196.1 | 23.54 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 11 | 0.09 | 0 | 0.95 | 0.11 | 65.83 | 0.91 | 0.47 |
| Hex | CE | E3 | B | 9 | 0 | 5F | B | 42 | 5B | 2F |
| Octal | 316 | 343 | 13 | 11 | 0 | 137 | 13 | 102 | 133 | 57 |
| Binary | 11001110 | 11100011 | 1011 | 1001 | 0 | 1011111 | 1011 | 1000010 | 1011011 | 101111 |
Color Harmonies of #CEE30B
Complementary color
Monochromatic Colors of #CEE30B
Black with #CEE30B
Text Example
Text Example
White with #CEE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE30B; }
p { color: rgb(206,227,11); }
H1.HeaderClassName
{
color: #CEE30B;
}
.AnyTagClassName
{
color: #CEE30B;
}
</style>
background-color css
<style>
a { background-color: #CEE30B; }
a { background-color: rgb(206,227,11); }
div.DivClassName
{
background-color: #CEE30B;
}
.BgClassName
{
background-color: #CEE30B;
}
</style>
border-color css
<style>
span { border-color: #CEE30B; }
span { border-color: rgb(206,227,11); }
td.TdClassName
{
border-color: #CEE30B;
}
.TagClassName
{
border-color: #CEE30B;
}
</style>