Shades of Lime Green #25F133
Tints of Lime Green #25F133
RGB
CMYK
RGB Variations
Color information
#25F133 (or 0x25F133) is known color: Lime Green. HEX triplet: 25, F1 and 33. RGB value is (37,241,51). Sum of RGB (Red+Green+Blue) = 37+241+51=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #25F133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F133 is #DA0ECC. Grayscale: #9E9E9E. Windows color (decimal): -14290637 or 3404069. OLE color: 3404069.
HSL color Cylindrical-coordinate representation of color #25F133: hue angle of 124.12º degrees, saturation: 0.88, 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 #25F133 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 51 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.05 |
| HSL | 124.12º | 0.88% | 0.55% | - |
| HSV(B) | 124.12º | 0.85% | 0.95% | - |
| XYZ | 32.82 | 63.54 | 13.67 | - |
| YUV | 158.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 51 | 0.85 | 0 | 0.79 | 0.05 | 124.12 | 0.88 | 0.55 |
| Hex | 25 | F1 | 33 | 55 | 0 | 4F | 5 | 7C | 58 | 37 |
| Octal | 45 | 361 | 63 | 125 | 0 | 117 | 5 | 174 | 130 | 67 |
| Binary | 100101 | 11110001 | 110011 | 1010101 | 0 | 1001111 | 101 | 1111100 | 1011000 | 110111 |
Color Harmonies of #25F133
Complementary color
Monochromatic Colors of #25F133
Black with #25F133
Text Example
Text Example
White with #25F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F133; }
p { color: rgb(37,241,51); }
H1.HeaderClassName
{
color: #25F133;
}
.AnyTagClassName
{
color: #25F133;
}
</style>
background-color css
<style>
a { background-color: #25F133; }
a { background-color: rgb(37,241,51); }
div.DivClassName
{
background-color: #25F133;
}
.BgClassName
{
background-color: #25F133;
}
</style>
border-color css
<style>
span { border-color: #25F133; }
span { border-color: rgb(37,241,51); }
td.TdClassName
{
border-color: #25F133;
}
.TagClassName
{
border-color: #25F133;
}
</style>