Shades of Electric Lime #CEE90C
Tints of Electric Lime #CEE90C
RGB
CMYK
RGB Variations
Color information
#CEE90C (or 0xCEE90C) is known color: Electric Lime. HEX triplet: CE, E9 and 0C. RGB value is (206,233,12). Sum of RGB (Red+Green+Blue) = 206+233+12=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE90C is #3116F3. Grayscale: #C8C8C8. Windows color (decimal): -3217140 or 846286. OLE color: 846286.
HSL color Cylindrical-coordinate representation of color #CEE90C: hue angle of 67.33º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE90C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.33º | 0.9% | 0.48% | - |
| HSV(B) | 67.33º | 0.95% | 0.91% | - |
| XYZ | 54.66 | 71.43 | 11.25 | - |
| YUV | 199.73 | 22.05 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 12 | 0.12 | 0 | 0.95 | 0.09 | 67.33 | 0.9 | 0.48 |
| Hex | CE | E9 | C | C | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 316 | 351 | 14 | 14 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11001110 | 11101001 | 1100 | 1100 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #CEE90C
Complementary color
Monochromatic Colors of #CEE90C
Black with #CEE90C
Text Example
Text Example
White with #CEE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE90C; }
p { color: rgb(206,233,12); }
H1.HeaderClassName
{
color: #CEE90C;
}
.AnyTagClassName
{
color: #CEE90C;
}
</style>
background-color css
<style>
a { background-color: #CEE90C; }
a { background-color: rgb(206,233,12); }
div.DivClassName
{
background-color: #CEE90C;
}
.BgClassName
{
background-color: #CEE90C;
}
</style>
border-color css
<style>
span { border-color: #CEE90C; }
span { border-color: rgb(206,233,12); }
td.TdClassName
{
border-color: #CEE90C;
}
.TagClassName
{
border-color: #CEE90C;
}
</style>