Shades of Electric Lime #CEE60A
Tints of Electric Lime #CEE60A
RGB
CMYK
RGB Variations
Color information
#CEE60A (or 0xCEE60A) is known color: Electric Lime. HEX triplet: CE, E6 and 0A. RGB value is (206,230,10). Sum of RGB (Red+Green+Blue) = 206+230+10=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE60A is #3119F5. Grayscale: #C6C6C6. Windows color (decimal): -3217910 or 714446. OLE color: 714446.
HSL color Cylindrical-coordinate representation of color #CEE60A: hue angle of 66.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE60A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.10 |
| HSL | 66.55º | 0.92% | 0.47% | - |
| HSV(B) | 66.55º | 0.96% | 0.9% | - |
| XYZ | 53.81 | 69.74 | 10.91 | - |
| YUV | 197.74 | 22.05 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 10 | 0.10 | 0 | 0.96 | 0.10 | 66.55 | 0.92 | 0.47 |
| Hex | CE | E6 | A | A | 0 | 60 | A | 43 | 5C | 2F |
| Octal | 316 | 346 | 12 | 12 | 0 | 140 | 12 | 103 | 134 | 57 |
| Binary | 11001110 | 11100110 | 1010 | 1010 | 0 | 1100000 | 1010 | 1000011 | 1011100 | 101111 |
Color Harmonies of #CEE60A
Complementary color
Monochromatic Colors of #CEE60A
Black with #CEE60A
Text Example
Text Example
White with #CEE60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE60A; }
p { color: rgb(206,230,10); }
H1.HeaderClassName
{
color: #CEE60A;
}
.AnyTagClassName
{
color: #CEE60A;
}
</style>
background-color css
<style>
a { background-color: #CEE60A; }
a { background-color: rgb(206,230,10); }
div.DivClassName
{
background-color: #CEE60A;
}
.BgClassName
{
background-color: #CEE60A;
}
</style>
border-color css
<style>
span { border-color: #CEE60A; }
span { border-color: rgb(206,230,10); }
td.TdClassName
{
border-color: #CEE60A;
}
.TagClassName
{
border-color: #CEE60A;
}
</style>