Shades of Lime Green #25B42F
Tints of Lime Green #25B42F
RGB
CMYK
RGB Variations
Color information
#25B42F (or 0x25B42F) is known color: Lime Green. HEX triplet: 25, B4 and 2F. RGB value is (37,180,47). Sum of RGB (Red+Green+Blue) = 37+180+47=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #25B42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B42F is #DA4BD0. Grayscale: #7A7A7A. Windows color (decimal): -14306257 or 3126309. OLE color: 3126309.
HSL color Cylindrical-coordinate representation of color #25B42F: hue angle of 124.2º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B42F is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 47 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.29 |
| HSL | 124.2º | 0.66% | 0.43% | - |
| HSV(B) | 124.2º | 0.79% | 0.71% | - |
| XYZ | 17.6 | 33.24 | 8.18 | - |
| YUV | 122.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 47 | 0.79 | 0 | 0.74 | 0.29 | 124.2 | 0.66 | 0.43 |
| Hex | 25 | B4 | 2F | 4F | 0 | 4A | 1D | 7C | 42 | 2B |
| Octal | 45 | 264 | 57 | 117 | 0 | 112 | 35 | 174 | 102 | 53 |
| Binary | 100101 | 10110100 | 101111 | 1001111 | 0 | 1001010 | 11101 | 1111100 | 1000010 | 101011 |
Color Harmonies of #25B42F
Complementary color
Monochromatic Colors of #25B42F
Black with #25B42F
Text Example
Text Example
White with #25B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B42F; }
p { color: rgb(37,180,47); }
H1.HeaderClassName
{
color: #25B42F;
}
.AnyTagClassName
{
color: #25B42F;
}
</style>
background-color css
<style>
a { background-color: #25B42F; }
a { background-color: rgb(37,180,47); }
div.DivClassName
{
background-color: #25B42F;
}
.BgClassName
{
background-color: #25B42F;
}
</style>
border-color css
<style>
span { border-color: #25B42F; }
span { border-color: rgb(37,180,47); }
td.TdClassName
{
border-color: #25B42F;
}
.TagClassName
{
border-color: #25B42F;
}
</style>