Shades of Lime Green #25AB3C
Tints of Lime Green #25AB3C
RGB
CMYK
RGB Variations
Color information
#25AB3C (or 0x25AB3C) is known color: Lime Green. HEX triplet: 25, AB and 3C. RGB value is (37,171,60). Sum of RGB (Red+Green+Blue) = 37+171+60=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AB3C is #DA54C3. Grayscale: #767676. Windows color (decimal): -14308548 or 3975973. OLE color: 3975973.
HSL color Cylindrical-coordinate representation of color #25AB3C: hue angle of 130.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB3C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 60 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.33 |
| HSL | 130.3º | 0.64% | 0.41% | - |
| HSV(B) | 130.3º | 0.78% | 0.67% | - |
| XYZ | 16.14 | 29.85 | 9.18 | - |
| YUV | 118.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 60 | 0.78 | 0 | 0.65 | 0.33 | 130.3 | 0.64 | 0.41 |
| Hex | 25 | AB | 3C | 4E | 0 | 41 | 21 | 82 | 40 | 29 |
| Octal | 45 | 253 | 74 | 116 | 0 | 101 | 41 | 202 | 100 | 51 |
| Binary | 100101 | 10101011 | 111100 | 1001110 | 0 | 1000001 | 100001 | 10000010 | 1000000 | 101001 |
Color Harmonies of #25AB3C
Complementary color
Monochromatic Colors of #25AB3C
Black with #25AB3C
Text Example
Text Example
White with #25AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB3C; }
p { color: rgb(37,171,60); }
H1.HeaderClassName
{
color: #25AB3C;
}
.AnyTagClassName
{
color: #25AB3C;
}
</style>
background-color css
<style>
a { background-color: #25AB3C; }
a { background-color: rgb(37,171,60); }
div.DivClassName
{
background-color: #25AB3C;
}
.BgClassName
{
background-color: #25AB3C;
}
</style>
border-color css
<style>
span { border-color: #25AB3C; }
span { border-color: rgb(37,171,60); }
td.TdClassName
{
border-color: #25AB3C;
}
.TagClassName
{
border-color: #25AB3C;
}
</style>