Shades of Lime Green #25E73D
Tints of Lime Green #25E73D
RGB
CMYK
RGB Variations
Color information
#25E73D (or 0x25E73D) is known color: Lime Green. HEX triplet: 25, E7 and 3D. RGB value is (37,231,61). Sum of RGB (Red+Green+Blue) = 37+231+61=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 231 (90.62% from 255 or 70.21% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 231 - color contains mainly: green. Hex color #25E73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E73D is #DA18C2. Grayscale: #9A9A9A. Windows color (decimal): -14293187 or 4056869. OLE color: 4056869.
HSL color Cylindrical-coordinate representation of color #25E73D: hue angle of 127.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E73D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 61 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.09 |
| HSL | 127.42º | 0.8% | 0.53% | - |
| HSV(B) | 127.42º | 0.84% | 0.91% | - |
| XYZ | 30.18 | 57.88 | 14 | - |
| YUV | 153.61 | 75.73 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 61 | 0.84 | 0 | 0.74 | 0.09 | 127.42 | 0.8 | 0.53 |
| Hex | 25 | E7 | 3D | 54 | 0 | 4A | 9 | 7F | 50 | 35 |
| Octal | 45 | 347 | 75 | 124 | 0 | 112 | 11 | 177 | 120 | 65 |
| Binary | 100101 | 11100111 | 111101 | 1010100 | 0 | 1001010 | 1001 | 1111111 | 1010000 | 110101 |
Color Harmonies of #25E73D
Complementary color
Monochromatic Colors of #25E73D
Black with #25E73D
Text Example
Text Example
White with #25E73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E73D; }
p { color: rgb(37,231,61); }
H1.HeaderClassName
{
color: #25E73D;
}
.AnyTagClassName
{
color: #25E73D;
}
</style>
background-color css
<style>
a { background-color: #25E73D; }
a { background-color: rgb(37,231,61); }
div.DivClassName
{
background-color: #25E73D;
}
.BgClassName
{
background-color: #25E73D;
}
</style>
border-color css
<style>
span { border-color: #25E73D; }
span { border-color: rgb(37,231,61); }
td.TdClassName
{
border-color: #25E73D;
}
.TagClassName
{
border-color: #25E73D;
}
</style>