Shades of Electric Lime #CEED16
Tints of Electric Lime #CEED16
RGB
CMYK
RGB Variations
Color information
#CEED16 (or 0xCEED16) is known color: Electric Lime. HEX triplet: CE, ED and 16. RGB value is (206,237,22). Sum of RGB (Red+Green+Blue) = 206+237+22=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED16 is #3112E9. Grayscale: #CCCCCC. Windows color (decimal): -3216106 or 1502670. OLE color: 1502670.
HSL color Cylindrical-coordinate representation of color #CEED16: hue angle of 68.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEED16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.65º | 0.86% | 0.51% | - |
| HSV(B) | 68.65º | 0.91% | 0.93% | - |
| XYZ | 55.88 | 73.75 | 12.05 | - |
| YUV | 203.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 22 | 0.13 | 0 | 0.91 | 0.07 | 68.65 | 0.86 | 0.51 |
| Hex | CE | ED | 16 | D | 0 | 5B | 7 | 45 | 56 | 33 |
| Octal | 316 | 355 | 26 | 15 | 0 | 133 | 7 | 105 | 126 | 63 |
| Binary | 11001110 | 11101101 | 10110 | 1101 | 0 | 1011011 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CEED16
Complementary color
Monochromatic Colors of #CEED16
Black with #CEED16
Text Example
Text Example
White with #CEED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED16; }
p { color: rgb(206,237,22); }
H1.HeaderClassName
{
color: #CEED16;
}
.AnyTagClassName
{
color: #CEED16;
}
</style>
background-color css
<style>
a { background-color: #CEED16; }
a { background-color: rgb(206,237,22); }
div.DivClassName
{
background-color: #CEED16;
}
.BgClassName
{
background-color: #CEED16;
}
</style>
border-color css
<style>
span { border-color: #CEED16; }
span { border-color: rgb(206,237,22); }
td.TdClassName
{
border-color: #CEED16;
}
.TagClassName
{
border-color: #CEED16;
}
</style>