Shades of Electric Lime #CEE701
Tints of Electric Lime #CEE701
RGB
CMYK
RGB Variations
Color information
#CEE701 (or 0xCEE701) is known color: Electric Lime. HEX triplet: CE, E7 and 01. RGB value is (206,231,1). Sum of RGB (Red+Green+Blue) = 206+231+1=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE701 is #3118FE. Grayscale: #C6C6C6. Windows color (decimal): -3217663 or 124878. OLE color: 124878.
HSL color Cylindrical-coordinate representation of color #CEE701: hue angle of 66.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE701 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.09 |
| HSL | 66.52º | 0.99% | 0.45% | - |
| HSV(B) | 66.52º | 1% | 0.91% | - |
| XYZ | 54.03 | 70.28 | 10.75 | - |
| YUV | 197.31 | 17.22 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 1 | 0.11 | 0 | 1.00 | 0.09 | 66.52 | 0.99 | 0.45 |
| Hex | CE | E7 | 1 | B | 0 | 64 | 9 | 43 | 63 | 2D |
| Octal | 316 | 347 | 1 | 13 | 0 | 144 | 11 | 103 | 143 | 55 |
| Binary | 11001110 | 11100111 | 1 | 1011 | 0 | 1100100 | 1001 | 1000011 | 1100011 | 101101 |
Color Harmonies of #CEE701
Complementary color
Monochromatic Colors of #CEE701
Black with #CEE701
Text Example
Text Example
White with #CEE701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE701; }
p { color: rgb(206,231,1); }
H1.HeaderClassName
{
color: #CEE701;
}
.AnyTagClassName
{
color: #CEE701;
}
</style>
background-color css
<style>
a { background-color: #CEE701; }
a { background-color: rgb(206,231,1); }
div.DivClassName
{
background-color: #CEE701;
}
.BgClassName
{
background-color: #CEE701;
}
</style>
border-color css
<style>
span { border-color: #CEE701; }
span { border-color: rgb(206,231,1); }
td.TdClassName
{
border-color: #CEE701;
}
.TagClassName
{
border-color: #CEE701;
}
</style>