Shades of Lime Green #20F137
Tints of Lime Green #20F137
RGB
CMYK
RGB Variations
Color information
#20F137 (or 0x20F137) is known color: Lime Green. HEX triplet: 20, F1 and 37. RGB value is (32,241,55). Sum of RGB (Red+Green+Blue) = 32+241+55=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #20F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F137 is #DF0EC8. Grayscale: #9D9D9D. Windows color (decimal): -14618313 or 3666208. OLE color: 3666208.
HSL color Cylindrical-coordinate representation of color #20F137: hue angle of 126.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F137 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 241 | 55 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.05 |
| HSL | 126.6º | 0.88% | 0.54% | - |
| HSV(B) | 126.6º | 0.87% | 0.95% | - |
| XYZ | 32.74 | 63.49 | 14.14 | - |
| YUV | 157.31 | 70.26 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 241 | 55 | 0.87 | 0 | 0.77 | 0.05 | 126.6 | 0.88 | 0.54 |
| Hex | 20 | F1 | 37 | 57 | 0 | 4D | 5 | 7F | 58 | 36 |
| Octal | 40 | 361 | 67 | 127 | 0 | 115 | 5 | 177 | 130 | 66 |
| Binary | 100000 | 11110001 | 110111 | 1010111 | 0 | 1001101 | 101 | 1111111 | 1011000 | 110110 |
Color Harmonies of #20F137
Complementary color
Monochromatic Colors of #20F137
Black with #20F137
Text Example
Text Example
White with #20F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F137; }
p { color: rgb(32,241,55); }
H1.HeaderClassName
{
color: #20F137;
}
.AnyTagClassName
{
color: #20F137;
}
</style>
background-color css
<style>
a { background-color: #20F137; }
a { background-color: rgb(32,241,55); }
div.DivClassName
{
background-color: #20F137;
}
.BgClassName
{
background-color: #20F137;
}
</style>
border-color css
<style>
span { border-color: #20F137; }
span { border-color: rgb(32,241,55); }
td.TdClassName
{
border-color: #20F137;
}
.TagClassName
{
border-color: #20F137;
}
</style>