Shades of Electric Lime #CBE50B
Tints of Electric Lime #CBE50B
RGB
CMYK
RGB Variations
Color information
#CBE50B (or 0xCBE50B) is known color: Electric Lime. HEX triplet: CB, E5 and 0B. RGB value is (203,229,11). Sum of RGB (Red+Green+Blue) = 203+229+11=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE50B is #341AF4. Grayscale: #C5C5C5. Windows color (decimal): -3414773 or 779723. OLE color: 779723.
HSL color Cylindrical-coordinate representation of color #CBE50B: hue angle of 67.16º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBE50B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 67.16º | 0.91% | 0.47% | - |
| HSV(B) | 67.16º | 0.95% | 0.9% | - |
| XYZ | 52.71 | 68.76 | 10.81 | - |
| YUV | 196.37 | 23.39 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 11 | 0.11 | 0 | 0.95 | 0.10 | 67.16 | 0.91 | 0.47 |
| Hex | CB | E5 | B | B | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 313 | 345 | 13 | 13 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001011 | 11100101 | 1011 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CBE50B
Complementary color
Monochromatic Colors of #CBE50B
Black with #CBE50B
Text Example
Text Example
White with #CBE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE50B; }
p { color: rgb(203,229,11); }
H1.HeaderClassName
{
color: #CBE50B;
}
.AnyTagClassName
{
color: #CBE50B;
}
</style>
background-color css
<style>
a { background-color: #CBE50B; }
a { background-color: rgb(203,229,11); }
div.DivClassName
{
background-color: #CBE50B;
}
.BgClassName
{
background-color: #CBE50B;
}
</style>
border-color css
<style>
span { border-color: #CBE50B; }
span { border-color: rgb(203,229,11); }
td.TdClassName
{
border-color: #CBE50B;
}
.TagClassName
{
border-color: #CBE50B;
}
</style>