Shades of Electric Lime #CBEE11
Tints of Electric Lime #CBEE11
RGB
CMYK
RGB Variations
Color information
#CBEE11 (or 0xCBEE11) is known color: Electric Lime. HEX triplet: CB, EE and 11. RGB value is (203,238,17). Sum of RGB (Red+Green+Blue) = 203+238+17=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE11 is #3411EE. Grayscale: #CBCBCB. Windows color (decimal): -3412463 or 1175243. OLE color: 1175243.
HSL color Cylindrical-coordinate representation of color #CBEE11: hue angle of 69.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBEE11 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 17 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.07 |
| HSL | 69.5º | 0.87% | 0.5% | - |
| HSV(B) | 69.5º | 0.93% | 0.93% | - |
| XYZ | 55.3 | 73.89 | 11.88 | - |
| YUV | 202.34 | 23.4 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 17 | 0.15 | 0 | 0.93 | 0.07 | 69.5 | 0.87 | 0.5 |
| Hex | CB | EE | 11 | F | 0 | 5D | 7 | 46 | 57 | 32 |
| Octal | 313 | 356 | 21 | 17 | 0 | 135 | 7 | 106 | 127 | 62 |
| Binary | 11001011 | 11101110 | 10001 | 1111 | 0 | 1011101 | 111 | 1000110 | 1010111 | 110010 |
Color Harmonies of #CBEE11
Complementary color
Monochromatic Colors of #CBEE11
Black with #CBEE11
Text Example
Text Example
White with #CBEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE11; }
p { color: rgb(203,238,17); }
H1.HeaderClassName
{
color: #CBEE11;
}
.AnyTagClassName
{
color: #CBEE11;
}
</style>
background-color css
<style>
a { background-color: #CBEE11; }
a { background-color: rgb(203,238,17); }
div.DivClassName
{
background-color: #CBEE11;
}
.BgClassName
{
background-color: #CBEE11;
}
</style>
border-color css
<style>
span { border-color: #CBEE11; }
span { border-color: rgb(203,238,17); }
td.TdClassName
{
border-color: #CBEE11;
}
.TagClassName
{
border-color: #CBEE11;
}
</style>