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