Shades of Lime Green #25B735
Tints of Lime Green #25B735
RGB
CMYK
RGB Variations
Color information
#25B735 (or 0x25B735) is known color: Lime Green. HEX triplet: 25, B7 and 35. RGB value is (37,183,53). Sum of RGB (Red+Green+Blue) = 37+183+53=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #25B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B735 is #DA48CA. Grayscale: #7C7C7C. Windows color (decimal): -14305483 or 3520293. OLE color: 3520293.
HSL color Cylindrical-coordinate representation of color #25B735: hue angle of 126.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B735 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 53 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.28 |
| HSL | 126.58º | 0.66% | 0.43% | - |
| HSV(B) | 126.58º | 0.8% | 0.72% | - |
| XYZ | 18.34 | 34.52 | 9.06 | - |
| YUV | 124.53 | 87.63 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 53 | 0.80 | 0 | 0.71 | 0.28 | 126.58 | 0.66 | 0.43 |
| Hex | 25 | B7 | 35 | 50 | 0 | 47 | 1C | 7F | 42 | 2B |
| Octal | 45 | 267 | 65 | 120 | 0 | 107 | 34 | 177 | 102 | 53 |
| Binary | 100101 | 10110111 | 110101 | 1010000 | 0 | 1000111 | 11100 | 1111111 | 1000010 | 101011 |
Color Harmonies of #25B735
Complementary color
Monochromatic Colors of #25B735
Black with #25B735
Text Example
Text Example
White with #25B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B735; }
p { color: rgb(37,183,53); }
H1.HeaderClassName
{
color: #25B735;
}
.AnyTagClassName
{
color: #25B735;
}
</style>
background-color css
<style>
a { background-color: #25B735; }
a { background-color: rgb(37,183,53); }
div.DivClassName
{
background-color: #25B735;
}
.BgClassName
{
background-color: #25B735;
}
</style>
border-color css
<style>
span { border-color: #25B735; }
span { border-color: rgb(37,183,53); }
td.TdClassName
{
border-color: #25B735;
}
.TagClassName
{
border-color: #25B735;
}
</style>