Shades of Lime #11F901
Tints of Lime #11F901
RGB
CMYK
RGB Variations
Color information
#11F901 (or 0x11F901) is known color: Lime. HEX triplet: 11, F9 and 01. RGB value is (17,249,1). Sum of RGB (Red+Green+Blue) = 17+249+1=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 249 (97.66% from 255 or 93.26% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 249 - color contains mainly: green. Hex color #11F901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F901 is #EE06FE. Grayscale: #989898. Windows color (decimal): -15599359 or 129297. OLE color: 129297.
HSL color Cylindrical-coordinate representation of color #11F901: hue angle of 116.13º 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 #11F901 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 1 | - |
| CMYK | 0.93 | 0 | 1.00 | 0.02 |
| HSL | 116.13º | 0.99% | 0.49% | - |
| HSV(B) | 116.13º | 1% | 0.98% | - |
| XYZ | 34.11 | 67.87 | 11.33 | - |
| YUV | 151.36 | 43.14 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 1 | 0.93 | 0 | 1.00 | 0.02 | 116.13 | 0.99 | 0.49 |
| Hex | 11 | F9 | 1 | 5D | 0 | 64 | 2 | 74 | 63 | 31 |
| Octal | 21 | 371 | 1 | 135 | 0 | 144 | 2 | 164 | 143 | 61 |
| Binary | 10001 | 11111001 | 1 | 1011101 | 0 | 1100100 | 10 | 1110100 | 1100011 | 110001 |
Color Harmonies of #11F901
Complementary color
Monochromatic Colors of #11F901
Black with #11F901
Text Example
Text Example
White with #11F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F901; }
p { color: rgb(17,249,1); }
H1.HeaderClassName
{
color: #11F901;
}
.AnyTagClassName
{
color: #11F901;
}
</style>
background-color css
<style>
a { background-color: #11F901; }
a { background-color: rgb(17,249,1); }
div.DivClassName
{
background-color: #11F901;
}
.BgClassName
{
background-color: #11F901;
}
</style>
border-color css
<style>
span { border-color: #11F901; }
span { border-color: rgb(17,249,1); }
td.TdClassName
{
border-color: #11F901;
}
.TagClassName
{
border-color: #11F901;
}
</style>