Shades of Electric Lime #CBF014
Tints of Electric Lime #CBF014
RGB
CMYK
RGB Variations
Color information
#CBF014 (or 0xCBF014) is known color: Electric Lime. HEX triplet: CB, F0 and 14. RGB value is (203,240,20). Sum of RGB (Red+Green+Blue) = 203+240+20=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF014 is #340FEB. Grayscale: #CCCCCC. Windows color (decimal): -3411948 or 1372363. OLE color: 1372363.
HSL color Cylindrical-coordinate representation of color #CBF014: hue angle of 70.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF014 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.06 |
| HSL | 70.09º | 0.88% | 0.51% | - |
| HSV(B) | 70.09º | 0.92% | 0.94% | - |
| XYZ | 55.91 | 75.07 | 12.2 | - |
| YUV | 203.86 | 24.24 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 20 | 0.15 | 0 | 0.92 | 0.06 | 70.09 | 0.88 | 0.51 |
| Hex | CB | F0 | 14 | F | 0 | 5C | 6 | 46 | 58 | 33 |
| Octal | 313 | 360 | 24 | 17 | 0 | 134 | 6 | 106 | 130 | 63 |
| Binary | 11001011 | 11110000 | 10100 | 1111 | 0 | 1011100 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CBF014
Complementary color
Monochromatic Colors of #CBF014
Black with #CBF014
Text Example
Text Example
White with #CBF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF014; }
p { color: rgb(203,240,20); }
H1.HeaderClassName
{
color: #CBF014;
}
.AnyTagClassName
{
color: #CBF014;
}
</style>
background-color css
<style>
a { background-color: #CBF014; }
a { background-color: rgb(203,240,20); }
div.DivClassName
{
background-color: #CBF014;
}
.BgClassName
{
background-color: #CBF014;
}
</style>
border-color css
<style>
span { border-color: #CBF014; }
span { border-color: rgb(203,240,20); }
td.TdClassName
{
border-color: #CBF014;
}
.TagClassName
{
border-color: #CBF014;
}
</style>