Shades of Lime Green #25E73C
Tints of Lime Green #25E73C
RGB
CMYK
RGB Variations
Color information
#25E73C (or 0x25E73C) is known color: Lime Green. HEX triplet: 25, E7 and 3C. RGB value is (37,231,60). Sum of RGB (Red+Green+Blue) = 37+231+60=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 231 (90.62% from 255 or 70.43% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 231 - color contains mainly: green. Hex color #25E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E73C is #DA18C3. Grayscale: #999999. Windows color (decimal): -14293188 or 3991333. OLE color: 3991333.
HSL color Cylindrical-coordinate representation of color #25E73C: hue angle of 127.11º 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 #25E73C is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 60 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.09 |
| HSL | 127.11º | 0.8% | 0.53% | - |
| HSV(B) | 127.11º | 0.84% | 0.91% | - |
| XYZ | 30.15 | 57.87 | 13.86 | - |
| YUV | 153.5 | 75.23 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 60 | 0.84 | 0 | 0.74 | 0.09 | 127.11 | 0.8 | 0.53 |
| Hex | 25 | E7 | 3C | 54 | 0 | 4A | 9 | 7F | 50 | 35 |
| Octal | 45 | 347 | 74 | 124 | 0 | 112 | 11 | 177 | 120 | 65 |
| Binary | 100101 | 11100111 | 111100 | 1010100 | 0 | 1001010 | 1001 | 1111111 | 1010000 | 110101 |
Color Harmonies of #25E73C
Complementary color
Monochromatic Colors of #25E73C
Black with #25E73C
Text Example
Text Example
White with #25E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E73C; }
p { color: rgb(37,231,60); }
H1.HeaderClassName
{
color: #25E73C;
}
.AnyTagClassName
{
color: #25E73C;
}
</style>
background-color css
<style>
a { background-color: #25E73C; }
a { background-color: rgb(37,231,60); }
div.DivClassName
{
background-color: #25E73C;
}
.BgClassName
{
background-color: #25E73C;
}
</style>
border-color css
<style>
span { border-color: #25E73C; }
span { border-color: rgb(37,231,60); }
td.TdClassName
{
border-color: #25E73C;
}
.TagClassName
{
border-color: #25E73C;
}
</style>