Shades of Lime Green #25AF3D
Tints of Lime Green #25AF3D
RGB
CMYK
RGB Variations
Color information
#25AF3D (or 0x25AF3D) is known color: Lime Green. HEX triplet: 25, AF and 3D. RGB value is (37,175,61). Sum of RGB (Red+Green+Blue) = 37+175+61=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF3D is #DA50C2. Grayscale: #797979. Windows color (decimal): -14307523 or 4042533. OLE color: 4042533.
HSL color Cylindrical-coordinate representation of color #25AF3D: hue angle of 130.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF3D is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 61 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.31 |
| HSL | 130.43º | 0.65% | 0.42% | - |
| HSV(B) | 130.43º | 0.79% | 0.69% | - |
| XYZ | 16.94 | 31.39 | 9.58 | - |
| YUV | 120.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 61 | 0.79 | 0 | 0.65 | 0.31 | 130.43 | 0.65 | 0.42 |
| Hex | 25 | AF | 3D | 4F | 0 | 41 | 1F | 82 | 41 | 2A |
| Octal | 45 | 257 | 75 | 117 | 0 | 101 | 37 | 202 | 101 | 52 |
| Binary | 100101 | 10101111 | 111101 | 1001111 | 0 | 1000001 | 11111 | 10000010 | 1000001 | 101010 |
Color Harmonies of #25AF3D
Complementary color
Monochromatic Colors of #25AF3D
Black with #25AF3D
Text Example
Text Example
White with #25AF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF3D; }
p { color: rgb(37,175,61); }
H1.HeaderClassName
{
color: #25AF3D;
}
.AnyTagClassName
{
color: #25AF3D;
}
</style>
background-color css
<style>
a { background-color: #25AF3D; }
a { background-color: rgb(37,175,61); }
div.DivClassName
{
background-color: #25AF3D;
}
.BgClassName
{
background-color: #25AF3D;
}
</style>
border-color css
<style>
span { border-color: #25AF3D; }
span { border-color: rgb(37,175,61); }
td.TdClassName
{
border-color: #25AF3D;
}
.TagClassName
{
border-color: #25AF3D;
}
</style>