Shades of Lime Green #20C925
Tints of Lime Green #20C925
RGB
CMYK
RGB Variations
Color information
#20C925 (or 0x20C925) is known color: Lime Green. HEX triplet: 20, C9 and 25. RGB value is (32,201,37). Sum of RGB (Red+Green+Blue) = 32+201+37=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #20C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C925 is #DF36DA. Grayscale: #848484. Windows color (decimal): -14628571 or 2476320. OLE color: 2476320.
HSL color Cylindrical-coordinate representation of color #20C925: hue angle of 121.78º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C925 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 37 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.21 |
| HSL | 121.78º | 0.73% | 0.46% | - |
| HSV(B) | 121.78º | 0.84% | 0.79% | - |
| XYZ | 21.82 | 42.21 | 8.75 | - |
| YUV | 131.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 37 | 0.84 | 0 | 0.82 | 0.21 | 121.78 | 0.73 | 0.46 |
| Hex | 20 | C9 | 25 | 54 | 0 | 52 | 15 | 7A | 49 | 2E |
| Octal | 40 | 311 | 45 | 124 | 0 | 122 | 25 | 172 | 111 | 56 |
| Binary | 100000 | 11001001 | 100101 | 1010100 | 0 | 1010010 | 10101 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20C925
Complementary color
Monochromatic Colors of #20C925
Black with #20C925
Text Example
Text Example
White with #20C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C925; }
p { color: rgb(32,201,37); }
H1.HeaderClassName
{
color: #20C925;
}
.AnyTagClassName
{
color: #20C925;
}
</style>
background-color css
<style>
a { background-color: #20C925; }
a { background-color: rgb(32,201,37); }
div.DivClassName
{
background-color: #20C925;
}
.BgClassName
{
background-color: #20C925;
}
</style>
border-color css
<style>
span { border-color: #20C925; }
span { border-color: rgb(32,201,37); }
td.TdClassName
{
border-color: #20C925;
}
.TagClassName
{
border-color: #20C925;
}
</style>