Shades of Electric Lime #CBEB15
Tints of Electric Lime #CBEB15
RGB
CMYK
RGB Variations
Color information
#CBEB15 (or 0xCBEB15) is known color: Electric Lime. HEX triplet: CB, EB and 15. RGB value is (203,235,21). Sum of RGB (Red+Green+Blue) = 203+235+21=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB15 is #3414EA. Grayscale: #C9C9C9. Windows color (decimal): -3413227 or 1436619. OLE color: 1436619.
HSL color Cylindrical-coordinate representation of color #CBEB15: hue angle of 68.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBEB15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 21 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.08 |
| HSL | 68.97º | 0.84% | 0.5% | - |
| HSV(B) | 68.97º | 0.91% | 0.92% | - |
| XYZ | 54.47 | 72.17 | 11.77 | - |
| YUV | 201.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 21 | 0.14 | 0 | 0.91 | 0.08 | 68.97 | 0.84 | 0.5 |
| Hex | CB | EB | 15 | E | 0 | 5B | 8 | 45 | 54 | 32 |
| Octal | 313 | 353 | 25 | 16 | 0 | 133 | 10 | 105 | 124 | 62 |
| Binary | 11001011 | 11101011 | 10101 | 1110 | 0 | 1011011 | 1000 | 1000101 | 1010100 | 110010 |
Color Harmonies of #CBEB15
Complementary color
Monochromatic Colors of #CBEB15
Black with #CBEB15
Text Example
Text Example
White with #CBEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB15; }
p { color: rgb(203,235,21); }
H1.HeaderClassName
{
color: #CBEB15;
}
.AnyTagClassName
{
color: #CBEB15;
}
</style>
background-color css
<style>
a { background-color: #CBEB15; }
a { background-color: rgb(203,235,21); }
div.DivClassName
{
background-color: #CBEB15;
}
.BgClassName
{
background-color: #CBEB15;
}
</style>
border-color css
<style>
span { border-color: #CBEB15; }
span { border-color: rgb(203,235,21); }
td.TdClassName
{
border-color: #CBEB15;
}
.TagClassName
{
border-color: #CBEB15;
}
</style>