Shades of Electric Lime #CEE30A
Tints of Electric Lime #CEE30A
RGB
CMYK
RGB Variations
Color information
#CEE30A (or 0xCEE30A) is known color: Electric Lime. HEX triplet: CE, E3 and 0A. RGB value is (206,227,10). Sum of RGB (Red+Green+Blue) = 206+227+10=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE30A is #311CF5. Grayscale: #C4C4C4. Windows color (decimal): -3218678 or 713678. OLE color: 713678.
HSL color Cylindrical-coordinate representation of color #CEE30A: hue angle of 65.81º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE30A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.11 |
| HSL | 65.81º | 0.92% | 0.46% | - |
| HSV(B) | 65.81º | 0.96% | 0.89% | - |
| XYZ | 52.98 | 68.08 | 10.64 | - |
| YUV | 195.98 | 23.04 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 10 | 0.09 | 0 | 0.96 | 0.11 | 65.81 | 0.92 | 0.46 |
| Hex | CE | E3 | A | 9 | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 316 | 343 | 12 | 11 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001110 | 11100011 | 1010 | 1001 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CEE30A
Complementary color
Monochromatic Colors of #CEE30A
Black with #CEE30A
Text Example
Text Example
White with #CEE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE30A; }
p { color: rgb(206,227,10); }
H1.HeaderClassName
{
color: #CEE30A;
}
.AnyTagClassName
{
color: #CEE30A;
}
</style>
background-color css
<style>
a { background-color: #CEE30A; }
a { background-color: rgb(206,227,10); }
div.DivClassName
{
background-color: #CEE30A;
}
.BgClassName
{
background-color: #CEE30A;
}
</style>
border-color css
<style>
span { border-color: #CEE30A; }
span { border-color: rgb(206,227,10); }
td.TdClassName
{
border-color: #CEE30A;
}
.TagClassName
{
border-color: #CEE30A;
}
</style>