Shades of Electric Lime #CBEB11
Tints of Electric Lime #CBEB11
RGB
CMYK
RGB Variations
Color information
#CBEB11 (or 0xCBEB11) is known color: Electric Lime. HEX triplet: CB, EB and 11. RGB value is (203,235,17). Sum of RGB (Red+Green+Blue) = 203+235+17=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB11 is #3414EE. Grayscale: #C9C9C9. Windows color (decimal): -3413231 or 1174475. OLE color: 1174475.
HSL color Cylindrical-coordinate representation of color #CBEB11: hue angle of 68.81º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBEB11 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.08 |
| HSL | 68.81º | 0.87% | 0.49% | - |
| HSV(B) | 68.81º | 0.93% | 0.92% | - |
| XYZ | 54.44 | 72.15 | 11.59 | - |
| YUV | 200.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 17 | 0.14 | 0 | 0.93 | 0.08 | 68.81 | 0.87 | 0.49 |
| Hex | CB | EB | 11 | E | 0 | 5D | 8 | 45 | 57 | 31 |
| Octal | 313 | 353 | 21 | 16 | 0 | 135 | 10 | 105 | 127 | 61 |
| Binary | 11001011 | 11101011 | 10001 | 1110 | 0 | 1011101 | 1000 | 1000101 | 1010111 | 110001 |
Color Harmonies of #CBEB11
Complementary color
Monochromatic Colors of #CBEB11
Black with #CBEB11
Text Example
Text Example
White with #CBEB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB11; }
p { color: rgb(203,235,17); }
H1.HeaderClassName
{
color: #CBEB11;
}
.AnyTagClassName
{
color: #CBEB11;
}
</style>
background-color css
<style>
a { background-color: #CBEB11; }
a { background-color: rgb(203,235,17); }
div.DivClassName
{
background-color: #CBEB11;
}
.BgClassName
{
background-color: #CBEB11;
}
</style>
border-color css
<style>
span { border-color: #CBEB11; }
span { border-color: rgb(203,235,17); }
td.TdClassName
{
border-color: #CBEB11;
}
.TagClassName
{
border-color: #CBEB11;
}
</style>