Shades of Electric Lime #CBF010
Tints of Electric Lime #CBF010
RGB
CMYK
RGB Variations
Color information
#CBF010 (or 0xCBF010) is known color: Electric Lime. HEX triplet: CB, F0 and 10. RGB value is (203,240,16). Sum of RGB (Red+Green+Blue) = 203+240+16=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF010 is #340FEF. Grayscale: #CCCCCC. Windows color (decimal): -3411952 or 1110219. OLE color: 1110219.
HSL color Cylindrical-coordinate representation of color #CBF010: hue angle of 69.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF010 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.06 |
| HSL | 69.91º | 0.88% | 0.5% | - |
| HSV(B) | 69.91º | 0.93% | 0.94% | - |
| XYZ | 55.88 | 75.05 | 12.03 | - |
| YUV | 203.4 | 22.24 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 16 | 0.15 | 0 | 0.93 | 0.06 | 69.91 | 0.88 | 0.5 |
| Hex | CB | F0 | 10 | F | 0 | 5D | 6 | 46 | 58 | 32 |
| Octal | 313 | 360 | 20 | 17 | 0 | 135 | 6 | 106 | 130 | 62 |
| Binary | 11001011 | 11110000 | 10000 | 1111 | 0 | 1011101 | 110 | 1000110 | 1011000 | 110010 |
Color Harmonies of #CBF010
Complementary color
Monochromatic Colors of #CBF010
Black with #CBF010
Text Example
Text Example
White with #CBF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF010; }
p { color: rgb(203,240,16); }
H1.HeaderClassName
{
color: #CBF010;
}
.AnyTagClassName
{
color: #CBF010;
}
</style>
background-color css
<style>
a { background-color: #CBF010; }
a { background-color: rgb(203,240,16); }
div.DivClassName
{
background-color: #CBF010;
}
.BgClassName
{
background-color: #CBF010;
}
</style>
border-color css
<style>
span { border-color: #CBF010; }
span { border-color: rgb(203,240,16); }
td.TdClassName
{
border-color: #CBF010;
}
.TagClassName
{
border-color: #CBF010;
}
</style>