Shades of Lime Green #25D234
Tints of Lime Green #25D234
RGB
CMYK
RGB Variations
Color information
#25D234 (or 0x25D234) is known color: Lime Green. HEX triplet: 25, D2 and 34. RGB value is (37,210,52). Sum of RGB (Red+Green+Blue) = 37+210+52=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #25D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D234 is #DA2DCB. Grayscale: #8C8C8C. Windows color (decimal): -14298572 or 3461669. OLE color: 3461669.
HSL color Cylindrical-coordinate representation of color #25D234: hue angle of 125.2º 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 #25D234 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 52 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.18 |
| HSL | 125.2º | 0.7% | 0.48% | - |
| HSV(B) | 125.2º | 0.82% | 0.82% | - |
| XYZ | 24.43 | 46.73 | 10.98 | - |
| YUV | 140.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 52 | 0.82 | 0 | 0.75 | 0.18 | 125.2 | 0.7 | 0.48 |
| Hex | 25 | D2 | 34 | 52 | 0 | 4B | 12 | 7D | 46 | 30 |
| Octal | 45 | 322 | 64 | 122 | 0 | 113 | 22 | 175 | 106 | 60 |
| Binary | 100101 | 11010010 | 110100 | 1010010 | 0 | 1001011 | 10010 | 1111101 | 1000110 | 110000 |
Color Harmonies of #25D234
Complementary color
Monochromatic Colors of #25D234
Black with #25D234
Text Example
Text Example
White with #25D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D234; }
p { color: rgb(37,210,52); }
H1.HeaderClassName
{
color: #25D234;
}
.AnyTagClassName
{
color: #25D234;
}
</style>
background-color css
<style>
a { background-color: #25D234; }
a { background-color: rgb(37,210,52); }
div.DivClassName
{
background-color: #25D234;
}
.BgClassName
{
background-color: #25D234;
}
</style>
border-color css
<style>
span { border-color: #25D234; }
span { border-color: rgb(37,210,52); }
td.TdClassName
{
border-color: #25D234;
}
.TagClassName
{
border-color: #25D234;
}
</style>