Shades of Lime Green #25D73C
Tints of Lime Green #25D73C
RGB
CMYK
RGB Variations
Color information
#25D73C (or 0x25D73C) is known color: Lime Green. HEX triplet: 25, D7 and 3C. RGB value is (37,215,60). Sum of RGB (Red+Green+Blue) = 37+215+60=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #25D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D73C is #DA28C3. Grayscale: #909090. Windows color (decimal): -14297284 or 3987237. OLE color: 3987237.
HSL color Cylindrical-coordinate representation of color #25D73C: hue angle of 127.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D73C is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 215 | 60 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.16 |
| HSL | 127.75º | 0.71% | 0.49% | - |
| HSV(B) | 127.75º | 0.83% | 0.84% | - |
| XYZ | 25.88 | 49.32 | 12.43 | - |
| YUV | 144.11 | 80.53 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 60 | 0.83 | 0 | 0.72 | 0.16 | 127.75 | 0.71 | 0.49 |
| Hex | 25 | D7 | 3C | 53 | 0 | 48 | 10 | 80 | 47 | 31 |
| Octal | 45 | 327 | 74 | 123 | 0 | 110 | 20 | 200 | 107 | 61 |
| Binary | 100101 | 11010111 | 111100 | 1010011 | 0 | 1001000 | 10000 | 10000000 | 1000111 | 110001 |
Color Harmonies of #25D73C
Complementary color
Monochromatic Colors of #25D73C
Black with #25D73C
Text Example
Text Example
White with #25D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D73C; }
p { color: rgb(37,215,60); }
H1.HeaderClassName
{
color: #25D73C;
}
.AnyTagClassName
{
color: #25D73C;
}
</style>
background-color css
<style>
a { background-color: #25D73C; }
a { background-color: rgb(37,215,60); }
div.DivClassName
{
background-color: #25D73C;
}
.BgClassName
{
background-color: #25D73C;
}
</style>
border-color css
<style>
span { border-color: #25D73C; }
span { border-color: rgb(37,215,60); }
td.TdClassName
{
border-color: #25D73C;
}
.TagClassName
{
border-color: #25D73C;
}
</style>