Shades of Electric Lime #CBEF15
Tints of Electric Lime #CBEF15
RGB
CMYK
RGB Variations
Color information
#CBEF15 (or 0xCBEF15) is known color: Electric Lime. HEX triplet: CB, EF and 15. RGB value is (203,239,21). Sum of RGB (Red+Green+Blue) = 203+239+21=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF15 is #3410EA. Grayscale: #CCCCCC. Windows color (decimal): -3412203 or 1437643. OLE color: 1437643.
HSL color Cylindrical-coordinate representation of color #CBEF15: hue angle of 69.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBEF15 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.06 |
| HSL | 69.91º | 0.87% | 0.51% | - |
| HSV(B) | 69.91º | 0.91% | 0.94% | - |
| XYZ | 55.63 | 74.48 | 12.15 | - |
| YUV | 203.38 | 25.07 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 21 | 0.15 | 0 | 0.91 | 0.06 | 69.91 | 0.87 | 0.51 |
| Hex | CB | EF | 15 | F | 0 | 5B | 6 | 46 | 57 | 33 |
| Octal | 313 | 357 | 25 | 17 | 0 | 133 | 6 | 106 | 127 | 63 |
| Binary | 11001011 | 11101111 | 10101 | 1111 | 0 | 1011011 | 110 | 1000110 | 1010111 | 110011 |
Color Harmonies of #CBEF15
Complementary color
Monochromatic Colors of #CBEF15
Black with #CBEF15
Text Example
Text Example
White with #CBEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF15; }
p { color: rgb(203,239,21); }
H1.HeaderClassName
{
color: #CBEF15;
}
.AnyTagClassName
{
color: #CBEF15;
}
</style>
background-color css
<style>
a { background-color: #CBEF15; }
a { background-color: rgb(203,239,21); }
div.DivClassName
{
background-color: #CBEF15;
}
.BgClassName
{
background-color: #CBEF15;
}
</style>
border-color css
<style>
span { border-color: #CBEF15; }
span { border-color: rgb(203,239,21); }
td.TdClassName
{
border-color: #CBEF15;
}
.TagClassName
{
border-color: #CBEF15;
}
</style>