Shades of Lime #11FB01
Tints of Lime #11FB01
RGB
CMYK
RGB Variations
Color information
#11FB01 (or 0x11FB01) is known color: Lime. HEX triplet: 11, FB and 01. RGB value is (17,251,1). Sum of RGB (Red+Green+Blue) = 17+251+1=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 251 (98.44% from 255 or 93.31% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 251 - color contains mainly: green. Hex color #11FB01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FB01 is #EE04FE. Grayscale: #999999. Windows color (decimal): -15598847 or 129809. OLE color: 129809.
HSL color Cylindrical-coordinate representation of color #11FB01: hue angle of 116.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11FB01 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 1 | - |
| CMYK | 0.93 | 0 | 1.00 | 0.02 |
| HSL | 116.16º | 0.99% | 0.49% | - |
| HSV(B) | 116.16º | 1% | 0.98% | - |
| XYZ | 34.73 | 69.12 | 11.54 | - |
| YUV | 152.53 | 42.48 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 1 | 0.93 | 0 | 1.00 | 0.02 | 116.16 | 0.99 | 0.49 |
| Hex | 11 | FB | 1 | 5D | 0 | 64 | 2 | 74 | 63 | 31 |
| Octal | 21 | 373 | 1 | 135 | 0 | 144 | 2 | 164 | 143 | 61 |
| Binary | 10001 | 11111011 | 1 | 1011101 | 0 | 1100100 | 10 | 1110100 | 1100011 | 110001 |
Color Harmonies of #11FB01
Complementary color
Monochromatic Colors of #11FB01
Black with #11FB01
Text Example
Text Example
White with #11FB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FB01; }
p { color: rgb(17,251,1); }
H1.HeaderClassName
{
color: #11FB01;
}
.AnyTagClassName
{
color: #11FB01;
}
</style>
background-color css
<style>
a { background-color: #11FB01; }
a { background-color: rgb(17,251,1); }
div.DivClassName
{
background-color: #11FB01;
}
.BgClassName
{
background-color: #11FB01;
}
</style>
border-color css
<style>
span { border-color: #11FB01; }
span { border-color: rgb(17,251,1); }
td.TdClassName
{
border-color: #11FB01;
}
.TagClassName
{
border-color: #11FB01;
}
</style>