Shades of Lime #11FB02
Tints of Lime #11FB02
RGB
CMYK
RGB Variations
Color information
#11FB02 (or 0x11FB02) is known color: Lime. HEX triplet: 11, FB and 02. RGB value is (17,251,2). Sum of RGB (Red+Green+Blue) = 17+251+2=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 251 (98.44% from 255 or 92.96% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 251 - color contains mainly: green. Hex color #11FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FB02 is #EE04FD. Grayscale: #999999. Windows color (decimal): -15598846 or 195345. OLE color: 195345.
HSL color Cylindrical-coordinate representation of color #11FB02: hue angle of 116.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11FB02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.02 |
| HSL | 116.39º | 0.98% | 0.5% | - |
| HSV(B) | 116.39º | 0.99% | 0.98% | - |
| XYZ | 34.74 | 69.12 | 11.57 | - |
| YUV | 152.65 | 42.98 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 2 | 0.93 | 0 | 0.99 | 0.02 | 116.39 | 0.98 | 0.5 |
| Hex | 11 | FB | 2 | 5D | 0 | 63 | 2 | 74 | 62 | 32 |
| Octal | 21 | 373 | 2 | 135 | 0 | 143 | 2 | 164 | 142 | 62 |
| Binary | 10001 | 11111011 | 10 | 1011101 | 0 | 1100011 | 10 | 1110100 | 1100010 | 110010 |
Color Harmonies of #11FB02
Complementary color
Monochromatic Colors of #11FB02
Black with #11FB02
Text Example
Text Example
White with #11FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FB02; }
p { color: rgb(17,251,2); }
H1.HeaderClassName
{
color: #11FB02;
}
.AnyTagClassName
{
color: #11FB02;
}
</style>
background-color css
<style>
a { background-color: #11FB02; }
a { background-color: rgb(17,251,2); }
div.DivClassName
{
background-color: #11FB02;
}
.BgClassName
{
background-color: #11FB02;
}
</style>
border-color css
<style>
span { border-color: #11FB02; }
span { border-color: rgb(17,251,2); }
td.TdClassName
{
border-color: #11FB02;
}
.TagClassName
{
border-color: #11FB02;
}
</style>