Shades of Electric Lime #CBEF0E
Tints of Electric Lime #CBEF0E
RGB
CMYK
RGB Variations
Color information
#CBEF0E (or 0xCBEF0E) is known color: Electric Lime. HEX triplet: CB, EF and 0E. RGB value is (203,239,14). Sum of RGB (Red+Green+Blue) = 203+239+14=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF0E is #3410F1. Grayscale: #CBCBCB. Windows color (decimal): -3412210 or 978891. OLE color: 978891.
HSL color Cylindrical-coordinate representation of color #CBEF0E: hue angle of 69.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEF0E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 14 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.06 |
| HSL | 69.6º | 0.89% | 0.5% | - |
| HSV(B) | 69.6º | 0.94% | 0.94% | - |
| XYZ | 55.57 | 74.46 | 11.86 | - |
| YUV | 202.59 | 21.57 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 14 | 0.15 | 0 | 0.94 | 0.06 | 69.6 | 0.89 | 0.5 |
| Hex | CB | EF | E | F | 0 | 5E | 6 | 46 | 59 | 32 |
| Octal | 313 | 357 | 16 | 17 | 0 | 136 | 6 | 106 | 131 | 62 |
| Binary | 11001011 | 11101111 | 1110 | 1111 | 0 | 1011110 | 110 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CBEF0E
Complementary color
Monochromatic Colors of #CBEF0E
Black with #CBEF0E
Text Example
Text Example
White with #CBEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF0E; }
p { color: rgb(203,239,14); }
H1.HeaderClassName
{
color: #CBEF0E;
}
.AnyTagClassName
{
color: #CBEF0E;
}
</style>
background-color css
<style>
a { background-color: #CBEF0E; }
a { background-color: rgb(203,239,14); }
div.DivClassName
{
background-color: #CBEF0E;
}
.BgClassName
{
background-color: #CBEF0E;
}
</style>
border-color css
<style>
span { border-color: #CBEF0E; }
span { border-color: rgb(203,239,14); }
td.TdClassName
{
border-color: #CBEF0E;
}
.TagClassName
{
border-color: #CBEF0E;
}
</style>