Shades of Electric Lime #CEED0B
Tints of Electric Lime #CEED0B
RGB
CMYK
RGB Variations
Color information
#CEED0B (or 0xCEED0B) is known color: Electric Lime. HEX triplet: CE, ED and 0B. RGB value is (206,237,11). Sum of RGB (Red+Green+Blue) = 206+237+11=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED0B is #3112F4. Grayscale: #CACACA. Windows color (decimal): -3216117 or 781774. OLE color: 781774.
HSL color Cylindrical-coordinate representation of color #CEED0B: hue angle of 68.23º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEED0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.07 |
| HSL | 68.23º | 0.91% | 0.49% | - |
| HSV(B) | 68.23º | 0.95% | 0.93% | - |
| XYZ | 55.8 | 73.71 | 11.6 | - |
| YUV | 201.97 | 20.23 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 11 | 0.13 | 0 | 0.95 | 0.07 | 68.23 | 0.91 | 0.49 |
| Hex | CE | ED | B | D | 0 | 5F | 7 | 44 | 5B | 31 |
| Octal | 316 | 355 | 13 | 15 | 0 | 137 | 7 | 104 | 133 | 61 |
| Binary | 11001110 | 11101101 | 1011 | 1101 | 0 | 1011111 | 111 | 1000100 | 1011011 | 110001 |
Color Harmonies of #CEED0B
Complementary color
Monochromatic Colors of #CEED0B
Black with #CEED0B
Text Example
Text Example
White with #CEED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED0B; }
p { color: rgb(206,237,11); }
H1.HeaderClassName
{
color: #CEED0B;
}
.AnyTagClassName
{
color: #CEED0B;
}
</style>
background-color css
<style>
a { background-color: #CEED0B; }
a { background-color: rgb(206,237,11); }
div.DivClassName
{
background-color: #CEED0B;
}
.BgClassName
{
background-color: #CEED0B;
}
</style>
border-color css
<style>
span { border-color: #CEED0B; }
span { border-color: rgb(206,237,11); }
td.TdClassName
{
border-color: #CEED0B;
}
.TagClassName
{
border-color: #CEED0B;
}
</style>