Shades of Lime Green #25D12B
Tints of Lime Green #25D12B
RGB
CMYK
RGB Variations
Color information
#25D12B (or 0x25D12B) is known color: Lime Green. HEX triplet: 25, D1 and 2B. RGB value is (37,209,43). Sum of RGB (Red+Green+Blue) = 37+209+43=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #25D12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D12B is #DA2ED4. Grayscale: #8B8B8B. Windows color (decimal): -14298837 or 2871589. OLE color: 2871589.
HSL color Cylindrical-coordinate representation of color #25D12B: hue angle of 122.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D12B is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 209 | 43 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.18 |
| HSL | 122.09º | 0.7% | 0.48% | - |
| HSV(B) | 122.09º | 0.82% | 0.82% | - |
| XYZ | 24 | 46.17 | 9.93 | - |
| YUV | 138.65 | 74.02 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 209 | 43 | 0.82 | 0 | 0.79 | 0.18 | 122.09 | 0.7 | 0.48 |
| Hex | 25 | D1 | 2B | 52 | 0 | 4F | 12 | 7A | 46 | 30 |
| Octal | 45 | 321 | 53 | 122 | 0 | 117 | 22 | 172 | 106 | 60 |
| Binary | 100101 | 11010001 | 101011 | 1010010 | 0 | 1001111 | 10010 | 1111010 | 1000110 | 110000 |
Color Harmonies of #25D12B
Complementary color
Monochromatic Colors of #25D12B
Black with #25D12B
Text Example
Text Example
White with #25D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D12B; }
p { color: rgb(37,209,43); }
H1.HeaderClassName
{
color: #25D12B;
}
.AnyTagClassName
{
color: #25D12B;
}
</style>
background-color css
<style>
a { background-color: #25D12B; }
a { background-color: rgb(37,209,43); }
div.DivClassName
{
background-color: #25D12B;
}
.BgClassName
{
background-color: #25D12B;
}
</style>
border-color css
<style>
span { border-color: #25D12B; }
span { border-color: rgb(37,209,43); }
td.TdClassName
{
border-color: #25D12B;
}
.TagClassName
{
border-color: #25D12B;
}
</style>