Shades of Lime Green #25B73C
Tints of Lime Green #25B73C
RGB
CMYK
RGB Variations
Color information
#25B73C (or 0x25B73C) is known color: Lime Green. HEX triplet: 25, B7 and 3C. RGB value is (37,183,60). Sum of RGB (Red+Green+Blue) = 37+183+60=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #25B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B73C is #DA48C3. Grayscale: #7D7D7D. Windows color (decimal): -14305476 or 3979045. OLE color: 3979045.
HSL color Cylindrical-coordinate representation of color #25B73C: hue angle of 129.45º 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 #25B73C is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 60 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.28 |
| HSL | 129.45º | 0.66% | 0.43% | - |
| HSV(B) | 129.45º | 0.8% | 0.72% | - |
| XYZ | 18.51 | 34.59 | 9.98 | - |
| YUV | 125.32 | 91.13 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 60 | 0.80 | 0 | 0.67 | 0.28 | 129.45 | 0.66 | 0.43 |
| Hex | 25 | B7 | 3C | 50 | 0 | 43 | 1C | 81 | 42 | 2B |
| Octal | 45 | 267 | 74 | 120 | 0 | 103 | 34 | 201 | 102 | 53 |
| Binary | 100101 | 10110111 | 111100 | 1010000 | 0 | 1000011 | 11100 | 10000001 | 1000010 | 101011 |
Color Harmonies of #25B73C
Complementary color
Monochromatic Colors of #25B73C
Black with #25B73C
Text Example
Text Example
White with #25B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B73C; }
p { color: rgb(37,183,60); }
H1.HeaderClassName
{
color: #25B73C;
}
.AnyTagClassName
{
color: #25B73C;
}
</style>
background-color css
<style>
a { background-color: #25B73C; }
a { background-color: rgb(37,183,60); }
div.DivClassName
{
background-color: #25B73C;
}
.BgClassName
{
background-color: #25B73C;
}
</style>
border-color css
<style>
span { border-color: #25B73C; }
span { border-color: rgb(37,183,60); }
td.TdClassName
{
border-color: #25B73C;
}
.TagClassName
{
border-color: #25B73C;
}
</style>