Shades of Electric Lime #CBF015
Tints of Electric Lime #CBF015
RGB
CMYK
RGB Variations
Color information
#CBF015 (or 0xCBF015) is known color: Electric Lime. HEX triplet: CB, F0 and 15. RGB value is (203,240,21). Sum of RGB (Red+Green+Blue) = 203+240+21=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF015 is #340FEA. Grayscale: #CCCCCC. Windows color (decimal): -3411947 or 1437899. OLE color: 1437899.
HSL color Cylindrical-coordinate representation of color #CBF015: hue angle of 70.14º degrees, saturation: 0.88, 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 #CBF015 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.06 |
| HSL | 70.14º | 0.88% | 0.51% | - |
| HSV(B) | 70.14º | 0.91% | 0.94% | - |
| XYZ | 55.92 | 75.07 | 12.25 | - |
| YUV | 203.97 | 24.74 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 21 | 0.15 | 0 | 0.91 | 0.06 | 70.14 | 0.88 | 0.51 |
| Hex | CB | F0 | 15 | F | 0 | 5B | 6 | 46 | 58 | 33 |
| Octal | 313 | 360 | 25 | 17 | 0 | 133 | 6 | 106 | 130 | 63 |
| Binary | 11001011 | 11110000 | 10101 | 1111 | 0 | 1011011 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CBF015
Complementary color
Monochromatic Colors of #CBF015
Black with #CBF015
Text Example
Text Example
White with #CBF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF015; }
p { color: rgb(203,240,21); }
H1.HeaderClassName
{
color: #CBF015;
}
.AnyTagClassName
{
color: #CBF015;
}
</style>
background-color css
<style>
a { background-color: #CBF015; }
a { background-color: rgb(203,240,21); }
div.DivClassName
{
background-color: #CBF015;
}
.BgClassName
{
background-color: #CBF015;
}
</style>
border-color css
<style>
span { border-color: #CBF015; }
span { border-color: rgb(203,240,21); }
td.TdClassName
{
border-color: #CBF015;
}
.TagClassName
{
border-color: #CBF015;
}
</style>