Shades of Lime Green #25F32E
Tints of Lime Green #25F32E
RGB
CMYK
RGB Variations
Color information
#25F32E (or 0x25F32E) is known color: Lime Green. HEX triplet: 25, F3 and 2E. RGB value is (37,243,46). Sum of RGB (Red+Green+Blue) = 37+243+46=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #25F32E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F32E is #DA0CD1. Grayscale: #9F9F9F. Windows color (decimal): -14290130 or 3076901. OLE color: 3076901.
HSL color Cylindrical-coordinate representation of color #25F32E: hue angle of 122.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F32E is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 46 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.05 |
| HSL | 122.62º | 0.9% | 0.55% | - |
| HSV(B) | 122.62º | 0.85% | 0.95% | - |
| XYZ | 33.31 | 64.69 | 13.32 | - |
| YUV | 158.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 46 | 0.85 | 0 | 0.81 | 0.05 | 122.62 | 0.9 | 0.55 |
| Hex | 25 | F3 | 2E | 55 | 0 | 51 | 5 | 7B | 5A | 37 |
| Octal | 45 | 363 | 56 | 125 | 0 | 121 | 5 | 173 | 132 | 67 |
| Binary | 100101 | 11110011 | 101110 | 1010101 | 0 | 1010001 | 101 | 1111011 | 1011010 | 110111 |
Color Harmonies of #25F32E
Complementary color
Monochromatic Colors of #25F32E
Black with #25F32E
Text Example
Text Example
White with #25F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F32E; }
p { color: rgb(37,243,46); }
H1.HeaderClassName
{
color: #25F32E;
}
.AnyTagClassName
{
color: #25F32E;
}
</style>
background-color css
<style>
a { background-color: #25F32E; }
a { background-color: rgb(37,243,46); }
div.DivClassName
{
background-color: #25F32E;
}
.BgClassName
{
background-color: #25F32E;
}
</style>
border-color css
<style>
span { border-color: #25F32E; }
span { border-color: rgb(37,243,46); }
td.TdClassName
{
border-color: #25F32E;
}
.TagClassName
{
border-color: #25F32E;
}
</style>