Shades of Lime Green #25F534
Tints of Lime Green #25F534
RGB
CMYK
RGB Variations
Color information
#25F534 (or 0x25F534) is known color: Lime Green. HEX triplet: 25, F5 and 34. RGB value is (37,245,52). Sum of RGB (Red+Green+Blue) = 37+245+52=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #25F534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F534 is #DA0ACB. Grayscale: #A1A1A1. Windows color (decimal): -14289612 or 3470629. OLE color: 3470629.
HSL color Cylindrical-coordinate representation of color #25F534: hue angle of 124.33º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F534 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 245 | 52 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.04 |
| HSL | 124.33º | 0.91% | 0.55% | - |
| HSV(B) | 124.33º | 0.85% | 0.96% | - |
| XYZ | 34.04 | 65.95 | 14.18 | - |
| YUV | 160.81 | 66.59 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 245 | 52 | 0.85 | 0 | 0.79 | 0.04 | 124.33 | 0.91 | 0.55 |
| Hex | 25 | F5 | 34 | 55 | 0 | 4F | 4 | 7C | 5B | 37 |
| Octal | 45 | 365 | 64 | 125 | 0 | 117 | 4 | 174 | 133 | 67 |
| Binary | 100101 | 11110101 | 110100 | 1010101 | 0 | 1001111 | 100 | 1111100 | 1011011 | 110111 |
Color Harmonies of #25F534
Complementary color
Monochromatic Colors of #25F534
Black with #25F534
Text Example
Text Example
White with #25F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F534; }
p { color: rgb(37,245,52); }
H1.HeaderClassName
{
color: #25F534;
}
.AnyTagClassName
{
color: #25F534;
}
</style>
background-color css
<style>
a { background-color: #25F534; }
a { background-color: rgb(37,245,52); }
div.DivClassName
{
background-color: #25F534;
}
.BgClassName
{
background-color: #25F534;
}
</style>
border-color css
<style>
span { border-color: #25F534; }
span { border-color: rgb(37,245,52); }
td.TdClassName
{
border-color: #25F534;
}
.TagClassName
{
border-color: #25F534;
}
</style>