Shades of Electric Lime #CEE70B
Tints of Electric Lime #CEE70B
RGB
CMYK
RGB Variations
Color information
#CEE70B (or 0xCEE70B) is known color: Electric Lime. HEX triplet: CE, E7 and 0B. RGB value is (206,231,11). Sum of RGB (Red+Green+Blue) = 206+231+11=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE70B is #3118F4. Grayscale: #C7C7C7. Windows color (decimal): -3217653 or 780238. OLE color: 780238.
HSL color Cylindrical-coordinate representation of color #CEE70B: hue angle of 66.82º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE70B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 66.82º | 0.91% | 0.47% | - |
| HSV(B) | 66.82º | 0.95% | 0.91% | - |
| XYZ | 54.09 | 70.3 | 11.03 | - |
| YUV | 198.45 | 22.22 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 11 | 0.11 | 0 | 0.95 | 0.09 | 66.82 | 0.91 | 0.47 |
| Hex | CE | E7 | B | B | 0 | 5F | 9 | 43 | 5B | 2F |
| Octal | 316 | 347 | 13 | 13 | 0 | 137 | 11 | 103 | 133 | 57 |
| Binary | 11001110 | 11100111 | 1011 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CEE70B
Complementary color
Monochromatic Colors of #CEE70B
Black with #CEE70B
Text Example
Text Example
White with #CEE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE70B; }
p { color: rgb(206,231,11); }
H1.HeaderClassName
{
color: #CEE70B;
}
.AnyTagClassName
{
color: #CEE70B;
}
</style>
background-color css
<style>
a { background-color: #CEE70B; }
a { background-color: rgb(206,231,11); }
div.DivClassName
{
background-color: #CEE70B;
}
.BgClassName
{
background-color: #CEE70B;
}
</style>
border-color css
<style>
span { border-color: #CEE70B; }
span { border-color: rgb(206,231,11); }
td.TdClassName
{
border-color: #CEE70B;
}
.TagClassName
{
border-color: #CEE70B;
}
</style>