Shades of Electric Lime #CBF111
Tints of Electric Lime #CBF111
RGB
CMYK
RGB Variations
Color information
#CBF111 (or 0xCBF111) is known color: Electric Lime. HEX triplet: CB, F1 and 11. RGB value is (203,241,17). Sum of RGB (Red+Green+Blue) = 203+241+17=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF111 is #340EEE. Grayscale: #CCCCCC. Windows color (decimal): -3411695 or 1176011. OLE color: 1176011.
HSL color Cylindrical-coordinate representation of color #CBF111: hue angle of 70.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF111 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.18º | 0.89% | 0.51% | - |
| HSV(B) | 70.18º | 0.93% | 0.95% | - |
| XYZ | 56.19 | 75.65 | 12.17 | - |
| YUV | 204.1 | 22.41 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 17 | 0.16 | 0 | 0.93 | 0.05 | 70.18 | 0.89 | 0.51 |
| Hex | CB | F1 | 11 | 10 | 0 | 5D | 5 | 46 | 59 | 33 |
| Octal | 313 | 361 | 21 | 20 | 0 | 135 | 5 | 106 | 131 | 63 |
| Binary | 11001011 | 11110001 | 10001 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011001 | 110011 |
Color Harmonies of #CBF111
Complementary color
Monochromatic Colors of #CBF111
Black with #CBF111
Text Example
Text Example
White with #CBF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF111; }
p { color: rgb(203,241,17); }
H1.HeaderClassName
{
color: #CBF111;
}
.AnyTagClassName
{
color: #CBF111;
}
</style>
background-color css
<style>
a { background-color: #CBF111; }
a { background-color: rgb(203,241,17); }
div.DivClassName
{
background-color: #CBF111;
}
.BgClassName
{
background-color: #CBF111;
}
</style>
border-color css
<style>
span { border-color: #CBF111; }
span { border-color: rgb(203,241,17); }
td.TdClassName
{
border-color: #CBF111;
}
.TagClassName
{
border-color: #CBF111;
}
</style>