Shades of Lime Green #25D20F
Tints of Lime Green #25D20F
RGB
CMYK
RGB Variations
Color information
#25D20F (or 0x25D20F) is known color: Lime Green. HEX triplet: 25, D2 and 0F. RGB value is (37,210,15). Sum of RGB (Red+Green+Blue) = 37+210+15=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #25D20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D20F is #DA2DF0. Grayscale: #888888. Windows color (decimal): -14298609 or 1036837. OLE color: 1036837.
HSL color Cylindrical-coordinate representation of color #25D20F: hue angle of 113.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25D20F is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 15 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.18 |
| HSL | 113.23º | 0.87% | 0.44% | - |
| HSV(B) | 113.23º | 0.93% | 0.82% | - |
| XYZ | 23.9 | 46.52 | 8.17 | - |
| YUV | 136.04 | 59.69 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 15 | 0.82 | 0 | 0.93 | 0.18 | 113.23 | 0.87 | 0.44 |
| Hex | 25 | D2 | F | 52 | 0 | 5D | 12 | 71 | 57 | 2C |
| Octal | 45 | 322 | 17 | 122 | 0 | 135 | 22 | 161 | 127 | 54 |
| Binary | 100101 | 11010010 | 1111 | 1010010 | 0 | 1011101 | 10010 | 1110001 | 1010111 | 101100 |
Color Harmonies of #25D20F
Complementary color
Monochromatic Colors of #25D20F
Black with #25D20F
Text Example
Text Example
White with #25D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D20F; }
p { color: rgb(37,210,15); }
H1.HeaderClassName
{
color: #25D20F;
}
.AnyTagClassName
{
color: #25D20F;
}
</style>
background-color css
<style>
a { background-color: #25D20F; }
a { background-color: rgb(37,210,15); }
div.DivClassName
{
background-color: #25D20F;
}
.BgClassName
{
background-color: #25D20F;
}
</style>
border-color css
<style>
span { border-color: #25D20F; }
span { border-color: rgb(37,210,15); }
td.TdClassName
{
border-color: #25D20F;
}
.TagClassName
{
border-color: #25D20F;
}
</style>