Shades of Electric Lime #CEE710
Tints of Electric Lime #CEE710
RGB
CMYK
RGB Variations
Color information
#CEE710 (or 0xCEE710) is known color: Electric Lime. HEX triplet: CE, E7 and 10. RGB value is (206,231,16). Sum of RGB (Red+Green+Blue) = 206+231+16=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE710 is #3118EF. Grayscale: #C7C7C7. Windows color (decimal): -3217648 or 1107918. OLE color: 1107918.
HSL color Cylindrical-coordinate representation of color #CEE710: hue angle of 66.98º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEE710 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.09 |
| HSL | 66.98º | 0.87% | 0.48% | - |
| HSV(B) | 66.98º | 0.93% | 0.91% | - |
| XYZ | 54.12 | 70.31 | 11.21 | - |
| YUV | 199.02 | 24.72 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 16 | 0.11 | 0 | 0.93 | 0.09 | 66.98 | 0.87 | 0.48 |
| Hex | CE | E7 | 10 | B | 0 | 5D | 9 | 43 | 57 | 30 |
| Octal | 316 | 347 | 20 | 13 | 0 | 135 | 11 | 103 | 127 | 60 |
| Binary | 11001110 | 11100111 | 10000 | 1011 | 0 | 1011101 | 1001 | 1000011 | 1010111 | 110000 |
Color Harmonies of #CEE710
Complementary color
Monochromatic Colors of #CEE710
Black with #CEE710
Text Example
Text Example
White with #CEE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE710; }
p { color: rgb(206,231,16); }
H1.HeaderClassName
{
color: #CEE710;
}
.AnyTagClassName
{
color: #CEE710;
}
</style>
background-color css
<style>
a { background-color: #CEE710; }
a { background-color: rgb(206,231,16); }
div.DivClassName
{
background-color: #CEE710;
}
.BgClassName
{
background-color: #CEE710;
}
</style>
border-color css
<style>
span { border-color: #CEE710; }
span { border-color: rgb(206,231,16); }
td.TdClassName
{
border-color: #CEE710;
}
.TagClassName
{
border-color: #CEE710;
}
</style>