Shades of Electric Lime #CEE70D
Tints of Electric Lime #CEE70D
RGB
CMYK
RGB Variations
Color information
#CEE70D (or 0xCEE70D) is known color: Electric Lime. HEX triplet: CE, E7 and 0D. RGB value is (206,231,13). Sum of RGB (Red+Green+Blue) = 206+231+13=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE70D is #3118F2. Grayscale: #C7C7C7. Windows color (decimal): -3217651 or 911310. OLE color: 911310.
HSL color Cylindrical-coordinate representation of color #CEE70D: hue angle of 66.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEE70D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.09 |
| HSL | 66.88º | 0.89% | 0.48% | - |
| HSV(B) | 66.88º | 0.94% | 0.91% | - |
| XYZ | 54.1 | 70.3 | 11.1 | - |
| YUV | 198.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 13 | 0.11 | 0 | 0.94 | 0.09 | 66.88 | 0.89 | 0.48 |
| Hex | CE | E7 | D | B | 0 | 5E | 9 | 43 | 59 | 30 |
| Octal | 316 | 347 | 15 | 13 | 0 | 136 | 11 | 103 | 131 | 60 |
| Binary | 11001110 | 11100111 | 1101 | 1011 | 0 | 1011110 | 1001 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CEE70D
Complementary color
Monochromatic Colors of #CEE70D
Black with #CEE70D
Text Example
Text Example
White with #CEE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE70D; }
p { color: rgb(206,231,13); }
H1.HeaderClassName
{
color: #CEE70D;
}
.AnyTagClassName
{
color: #CEE70D;
}
</style>
background-color css
<style>
a { background-color: #CEE70D; }
a { background-color: rgb(206,231,13); }
div.DivClassName
{
background-color: #CEE70D;
}
.BgClassName
{
background-color: #CEE70D;
}
</style>
border-color css
<style>
span { border-color: #CEE70D; }
span { border-color: rgb(206,231,13); }
td.TdClassName
{
border-color: #CEE70D;
}
.TagClassName
{
border-color: #CEE70D;
}
</style>