Shades of Electric Lime #CBEB14
Tints of Electric Lime #CBEB14
RGB
CMYK
RGB Variations
Color information
#CBEB14 (or 0xCBEB14) is known color: Electric Lime. HEX triplet: CB, EB and 14. RGB value is (203,235,20). Sum of RGB (Red+Green+Blue) = 203+235+20=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB14 is #3414EB. Grayscale: #C9C9C9. Windows color (decimal): -3413228 or 1371083. OLE color: 1371083.
HSL color Cylindrical-coordinate representation of color #CBEB14: hue angle of 68.93º 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 #CBEB14 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 20 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.08 |
| HSL | 68.93º | 0.84% | 0.5% | - |
| HSV(B) | 68.93º | 0.91% | 0.92% | - |
| XYZ | 54.46 | 72.16 | 11.72 | - |
| YUV | 200.92 | 25.9 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 20 | 0.14 | 0 | 0.91 | 0.08 | 68.93 | 0.84 | 0.5 |
| Hex | CB | EB | 14 | E | 0 | 5B | 8 | 45 | 54 | 32 |
| Octal | 313 | 353 | 24 | 16 | 0 | 133 | 10 | 105 | 124 | 62 |
| Binary | 11001011 | 11101011 | 10100 | 1110 | 0 | 1011011 | 1000 | 1000101 | 1010100 | 110010 |
Color Harmonies of #CBEB14
Complementary color
Monochromatic Colors of #CBEB14
Black with #CBEB14
Text Example
Text Example
White with #CBEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB14; }
p { color: rgb(203,235,20); }
H1.HeaderClassName
{
color: #CBEB14;
}
.AnyTagClassName
{
color: #CBEB14;
}
</style>
background-color css
<style>
a { background-color: #CBEB14; }
a { background-color: rgb(203,235,20); }
div.DivClassName
{
background-color: #CBEB14;
}
.BgClassName
{
background-color: #CBEB14;
}
</style>
border-color css
<style>
span { border-color: #CBEB14; }
span { border-color: rgb(203,235,20); }
td.TdClassName
{
border-color: #CBEB14;
}
.TagClassName
{
border-color: #CBEB14;
}
</style>