Shades of Lime Green #25AD3C
Tints of Lime Green #25AD3C
RGB
CMYK
RGB Variations
Color information
#25AD3C (or 0x25AD3C) is known color: Lime Green. HEX triplet: 25, AD and 3C. RGB value is (37,173,60). Sum of RGB (Red+Green+Blue) = 37+173+60=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AD3C is #DA52C3. Grayscale: #777777. Windows color (decimal): -14308036 or 3976485. OLE color: 3976485.
HSL color Cylindrical-coordinate representation of color #25AD3C: hue angle of 130.15º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD3C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 60 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.32 |
| HSL | 130.15º | 0.65% | 0.41% | - |
| HSV(B) | 130.15º | 0.79% | 0.68% | - |
| XYZ | 16.52 | 30.61 | 9.31 | - |
| YUV | 119.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 60 | 0.79 | 0 | 0.65 | 0.32 | 130.15 | 0.65 | 0.41 |
| Hex | 25 | AD | 3C | 4F | 0 | 41 | 20 | 82 | 41 | 29 |
| Octal | 45 | 255 | 74 | 117 | 0 | 101 | 40 | 202 | 101 | 51 |
| Binary | 100101 | 10101101 | 111100 | 1001111 | 0 | 1000001 | 100000 | 10000010 | 1000001 | 101001 |
Color Harmonies of #25AD3C
Complementary color
Monochromatic Colors of #25AD3C
Black with #25AD3C
Text Example
Text Example
White with #25AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD3C; }
p { color: rgb(37,173,60); }
H1.HeaderClassName
{
color: #25AD3C;
}
.AnyTagClassName
{
color: #25AD3C;
}
</style>
background-color css
<style>
a { background-color: #25AD3C; }
a { background-color: rgb(37,173,60); }
div.DivClassName
{
background-color: #25AD3C;
}
.BgClassName
{
background-color: #25AD3C;
}
</style>
border-color css
<style>
span { border-color: #25AD3C; }
span { border-color: rgb(37,173,60); }
td.TdClassName
{
border-color: #25AD3C;
}
.TagClassName
{
border-color: #25AD3C;
}
</style>