Shades of Lime Green #25D31E
Tints of Lime Green #25D31E
RGB
CMYK
RGB Variations
Color information
#25D31E (or 0x25D31E) is known color: Lime Green. HEX triplet: 25, D3 and 1E. RGB value is (37,211,30). Sum of RGB (Red+Green+Blue) = 37+211+30=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 211 (82.81% from 255 or 75.90% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 211 - color contains mainly: green. Hex color #25D31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D31E is #DA2CE1. Grayscale: #8A8A8A. Windows color (decimal): -14298338 or 2020133. OLE color: 2020133.
HSL color Cylindrical-coordinate representation of color #25D31E: hue angle of 117.68º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25D31E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 30 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.17 |
| HSL | 117.68º | 0.75% | 0.47% | - |
| HSV(B) | 117.68º | 0.86% | 0.83% | - |
| XYZ | 24.29 | 47.08 | 9.03 | - |
| YUV | 138.34 | 66.85 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 30 | 0.82 | 0 | 0.86 | 0.17 | 117.68 | 0.75 | 0.47 |
| Hex | 25 | D3 | 1E | 52 | 0 | 56 | 11 | 76 | 4B | 2F |
| Octal | 45 | 323 | 36 | 122 | 0 | 126 | 21 | 166 | 113 | 57 |
| Binary | 100101 | 11010011 | 11110 | 1010010 | 0 | 1010110 | 10001 | 1110110 | 1001011 | 101111 |
Color Harmonies of #25D31E
Complementary color
Monochromatic Colors of #25D31E
Black with #25D31E
Text Example
Text Example
White with #25D31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D31E; }
p { color: rgb(37,211,30); }
H1.HeaderClassName
{
color: #25D31E;
}
.AnyTagClassName
{
color: #25D31E;
}
</style>
background-color css
<style>
a { background-color: #25D31E; }
a { background-color: rgb(37,211,30); }
div.DivClassName
{
background-color: #25D31E;
}
.BgClassName
{
background-color: #25D31E;
}
</style>
border-color css
<style>
span { border-color: #25D31E; }
span { border-color: rgb(37,211,30); }
td.TdClassName
{
border-color: #25D31E;
}
.TagClassName
{
border-color: #25D31E;
}
</style>