Shades of Electric Lime #CBEE16
Tints of Electric Lime #CBEE16
RGB
CMYK
RGB Variations
Color information
#CBEE16 (or 0xCBEE16) is known color: Electric Lime. HEX triplet: CB, EE and 16. RGB value is (203,238,22). Sum of RGB (Red+Green+Blue) = 203+238+22=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE16 is #3411E9. Grayscale: #CBCBCB. Windows color (decimal): -3412458 or 1502923. OLE color: 1502923.
HSL color Cylindrical-coordinate representation of color #CBEE16: hue angle of 69.72º 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 #CBEE16 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 22 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.07 |
| HSL | 69.72º | 0.86% | 0.51% | - |
| HSV(B) | 69.72º | 0.91% | 0.93% | - |
| XYZ | 55.35 | 73.9 | 12.11 | - |
| YUV | 202.91 | 25.9 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 22 | 0.15 | 0 | 0.91 | 0.07 | 69.72 | 0.86 | 0.51 |
| Hex | CB | EE | 16 | F | 0 | 5B | 7 | 46 | 56 | 33 |
| Octal | 313 | 356 | 26 | 17 | 0 | 133 | 7 | 106 | 126 | 63 |
| Binary | 11001011 | 11101110 | 10110 | 1111 | 0 | 1011011 | 111 | 1000110 | 1010110 | 110011 |
Color Harmonies of #CBEE16
Complementary color
Monochromatic Colors of #CBEE16
Black with #CBEE16
Text Example
Text Example
White with #CBEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE16; }
p { color: rgb(203,238,22); }
H1.HeaderClassName
{
color: #CBEE16;
}
.AnyTagClassName
{
color: #CBEE16;
}
</style>
background-color css
<style>
a { background-color: #CBEE16; }
a { background-color: rgb(203,238,22); }
div.DivClassName
{
background-color: #CBEE16;
}
.BgClassName
{
background-color: #CBEE16;
}
</style>
border-color css
<style>
span { border-color: #CBEE16; }
span { border-color: rgb(203,238,22); }
td.TdClassName
{
border-color: #CBEE16;
}
.TagClassName
{
border-color: #CBEE16;
}
</style>