Shades of Electric Lime #CEE600
Tints of Electric Lime #CEE600
RGB
CMYK
RGB Variations
Color information
#CEE600 (or 0xCEE600) is known color: Electric Lime. HEX triplet: CE, E6 and 00. RGB value is (206,230,0). Sum of RGB (Red+Green+Blue) = 206+230+0=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE600 is #3119FF. Grayscale: #C5C5C5. Windows color (decimal): -3217920 or 59086. OLE color: 59086.
HSL color Cylindrical-coordinate representation of color #CEE600: hue angle of 66.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE600 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.10 |
| HSL | 66.26º | 1% | 0.45% | - |
| HSV(B) | 66.26º | 1% | 0.9% | - |
| XYZ | 53.75 | 69.72 | 10.62 | - |
| YUV | 196.6 | 17.05 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 0 | 0.10 | 0 | 1 | 0.10 | 66.26 | 1 | 0.45 |
| Hex | CE | E6 | 0 | A | 0 | 64 | A | 42 | 64 | 2D |
| Octal | 316 | 346 | 0 | 12 | 0 | 144 | 12 | 102 | 144 | 55 |
| Binary | 11001110 | 11100110 | 0 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100100 | 101101 |
Color Harmonies of #CEE600
Complementary color
Monochromatic Colors of #CEE600
Black with #CEE600
Text Example
Text Example
White with #CEE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE600; }
p { color: rgb(206,230,0); }
H1.HeaderClassName
{
color: #CEE600;
}
.AnyTagClassName
{
color: #CEE600;
}
</style>
background-color css
<style>
a { background-color: #CEE600; }
a { background-color: rgb(206,230,0); }
div.DivClassName
{
background-color: #CEE600;
}
.BgClassName
{
background-color: #CEE600;
}
</style>
border-color css
<style>
span { border-color: #CEE600; }
span { border-color: rgb(206,230,0); }
td.TdClassName
{
border-color: #CEE600;
}
.TagClassName
{
border-color: #CEE600;
}
</style>