Shades of Electric Lime #CBEB0B
Tints of Electric Lime #CBEB0B
RGB
CMYK
RGB Variations
Color information
#CBEB0B (or 0xCBEB0B) is known color: Electric Lime. HEX triplet: CB, EB and 0B. RGB value is (203,235,11). Sum of RGB (Red+Green+Blue) = 203+235+11=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB0B is #3414F4. Grayscale: #C8C8C8. Windows color (decimal): -3413237 or 781259. OLE color: 781259.
HSL color Cylindrical-coordinate representation of color #CBEB0B: hue angle of 68.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBEB0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.08 |
| HSL | 68.57º | 0.91% | 0.48% | - |
| HSV(B) | 68.57º | 0.95% | 0.92% | - |
| XYZ | 54.4 | 72.14 | 11.37 | - |
| YUV | 199.9 | 21.4 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 11 | 0.14 | 0 | 0.95 | 0.08 | 68.57 | 0.91 | 0.48 |
| Hex | CB | EB | B | E | 0 | 5F | 8 | 45 | 5B | 30 |
| Octal | 313 | 353 | 13 | 16 | 0 | 137 | 10 | 105 | 133 | 60 |
| Binary | 11001011 | 11101011 | 1011 | 1110 | 0 | 1011111 | 1000 | 1000101 | 1011011 | 110000 |
Color Harmonies of #CBEB0B
Complementary color
Monochromatic Colors of #CBEB0B
Black with #CBEB0B
Text Example
Text Example
White with #CBEB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB0B; }
p { color: rgb(203,235,11); }
H1.HeaderClassName
{
color: #CBEB0B;
}
.AnyTagClassName
{
color: #CBEB0B;
}
</style>
background-color css
<style>
a { background-color: #CBEB0B; }
a { background-color: rgb(203,235,11); }
div.DivClassName
{
background-color: #CBEB0B;
}
.BgClassName
{
background-color: #CBEB0B;
}
</style>
border-color css
<style>
span { border-color: #CBEB0B; }
span { border-color: rgb(203,235,11); }
td.TdClassName
{
border-color: #CBEB0B;
}
.TagClassName
{
border-color: #CBEB0B;
}
</style>