Shades of Electric Lime #CBF110
Tints of Electric Lime #CBF110
RGB
CMYK
RGB Variations
Color information
#CBF110 (or 0xCBF110) is known color: Electric Lime. HEX triplet: CB, F1 and 10. RGB value is (203,241,16). Sum of RGB (Red+Green+Blue) = 203+241+16=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF110 is #340EEF. Grayscale: #CCCCCC. Windows color (decimal): -3411696 or 1110475. OLE color: 1110475.
HSL color Cylindrical-coordinate representation of color #CBF110: hue angle of 70.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF110 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.13º | 0.89% | 0.5% | - |
| HSV(B) | 70.13º | 0.93% | 0.95% | - |
| XYZ | 56.18 | 75.64 | 12.13 | - |
| YUV | 203.99 | 21.91 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 16 | 0.16 | 0 | 0.93 | 0.05 | 70.13 | 0.89 | 0.5 |
| Hex | CB | F1 | 10 | 10 | 0 | 5D | 5 | 46 | 59 | 32 |
| Octal | 313 | 361 | 20 | 20 | 0 | 135 | 5 | 106 | 131 | 62 |
| Binary | 11001011 | 11110001 | 10000 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CBF110
Complementary color
Monochromatic Colors of #CBF110
Black with #CBF110
Text Example
Text Example
White with #CBF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF110; }
p { color: rgb(203,241,16); }
H1.HeaderClassName
{
color: #CBF110;
}
.AnyTagClassName
{
color: #CBF110;
}
</style>
background-color css
<style>
a { background-color: #CBF110; }
a { background-color: rgb(203,241,16); }
div.DivClassName
{
background-color: #CBF110;
}
.BgClassName
{
background-color: #CBF110;
}
</style>
border-color css
<style>
span { border-color: #CBF110; }
span { border-color: rgb(203,241,16); }
td.TdClassName
{
border-color: #CBF110;
}
.TagClassName
{
border-color: #CBF110;
}
</style>