Shades of Electric Lime #CEE70C
Tints of Electric Lime #CEE70C
RGB
CMYK
RGB Variations
Color information
#CEE70C (or 0xCEE70C) is known color: Electric Lime. HEX triplet: CE, E7 and 0C. RGB value is (206,231,12). Sum of RGB (Red+Green+Blue) = 206+231+12=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE70C is #3118F3. Grayscale: #C7C7C7. Windows color (decimal): -3217652 or 845774. OLE color: 845774.
HSL color Cylindrical-coordinate representation of color #CEE70C: hue angle of 66.85º 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 #CEE70C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 66.85º | 0.9% | 0.48% | - |
| HSV(B) | 66.85º | 0.95% | 0.91% | - |
| XYZ | 54.1 | 70.3 | 11.07 | - |
| YUV | 198.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 12 | 0.11 | 0 | 0.95 | 0.09 | 66.85 | 0.9 | 0.48 |
| Hex | CE | E7 | C | B | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 316 | 347 | 14 | 13 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11001110 | 11100111 | 1100 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #CEE70C
Complementary color
Monochromatic Colors of #CEE70C
Black with #CEE70C
Text Example
Text Example
White with #CEE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE70C; }
p { color: rgb(206,231,12); }
H1.HeaderClassName
{
color: #CEE70C;
}
.AnyTagClassName
{
color: #CEE70C;
}
</style>
background-color css
<style>
a { background-color: #CEE70C; }
a { background-color: rgb(206,231,12); }
div.DivClassName
{
background-color: #CEE70C;
}
.BgClassName
{
background-color: #CEE70C;
}
</style>
border-color css
<style>
span { border-color: #CEE70C; }
span { border-color: rgb(206,231,12); }
td.TdClassName
{
border-color: #CEE70C;
}
.TagClassName
{
border-color: #CEE70C;
}
</style>