Shades of Electric Lime #CEE60B
Tints of Electric Lime #CEE60B
RGB
CMYK
RGB Variations
Color information
#CEE60B (or 0xCEE60B) is known color: Electric Lime. HEX triplet: CE, E6 and 0B. RGB value is (206,230,11). Sum of RGB (Red+Green+Blue) = 206+230+11=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE60B is #3119F4. Grayscale: #C6C6C6. Windows color (decimal): -3217909 or 779982. OLE color: 779982.
HSL color Cylindrical-coordinate representation of color #CEE60B: hue angle of 66.58º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE60B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.10 |
| HSL | 66.58º | 0.91% | 0.47% | - |
| HSV(B) | 66.58º | 0.95% | 0.9% | - |
| XYZ | 53.81 | 69.74 | 10.94 | - |
| YUV | 197.86 | 22.55 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 11 | 0.10 | 0 | 0.95 | 0.10 | 66.58 | 0.91 | 0.47 |
| Hex | CE | E6 | B | A | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 316 | 346 | 13 | 12 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001110 | 11100110 | 1011 | 1010 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CEE60B
Complementary color
Monochromatic Colors of #CEE60B
Black with #CEE60B
Text Example
Text Example
White with #CEE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE60B; }
p { color: rgb(206,230,11); }
H1.HeaderClassName
{
color: #CEE60B;
}
.AnyTagClassName
{
color: #CEE60B;
}
</style>
background-color css
<style>
a { background-color: #CEE60B; }
a { background-color: rgb(206,230,11); }
div.DivClassName
{
background-color: #CEE60B;
}
.BgClassName
{
background-color: #CEE60B;
}
</style>
border-color css
<style>
span { border-color: #CEE60B; }
span { border-color: rgb(206,230,11); }
td.TdClassName
{
border-color: #CEE60B;
}
.TagClassName
{
border-color: #CEE60B;
}
</style>