Shades of Lime Green #25DD36
Tints of Lime Green #25DD36
RGB
CMYK
RGB Variations
Color information
#25DD36 (or 0x25DD36) is known color: Lime Green. HEX triplet: 25, DD and 36. RGB value is (37,221,54). Sum of RGB (Red+Green+Blue) = 37+221+54=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DD36 is #DA22C9. Grayscale: #939393. Windows color (decimal): -14295754 or 3595557. OLE color: 3595557.
HSL color Cylindrical-coordinate representation of color #25DD36: hue angle of 125.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DD36 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 54 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.13 |
| HSL | 125.54º | 0.73% | 0.51% | - |
| HSV(B) | 125.54º | 0.83% | 0.87% | - |
| XYZ | 27.29 | 52.37 | 12.16 | - |
| YUV | 146.95 | 75.54 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 54 | 0.83 | 0 | 0.76 | 0.13 | 125.54 | 0.73 | 0.51 |
| Hex | 25 | DD | 36 | 53 | 0 | 4C | D | 7E | 49 | 33 |
| Octal | 45 | 335 | 66 | 123 | 0 | 114 | 15 | 176 | 111 | 63 |
| Binary | 100101 | 11011101 | 110110 | 1010011 | 0 | 1001100 | 1101 | 1111110 | 1001001 | 110011 |
Color Harmonies of #25DD36
Complementary color
Monochromatic Colors of #25DD36
Black with #25DD36
Text Example
Text Example
White with #25DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DD36; }
p { color: rgb(37,221,54); }
H1.HeaderClassName
{
color: #25DD36;
}
.AnyTagClassName
{
color: #25DD36;
}
</style>
background-color css
<style>
a { background-color: #25DD36; }
a { background-color: rgb(37,221,54); }
div.DivClassName
{
background-color: #25DD36;
}
.BgClassName
{
background-color: #25DD36;
}
</style>
border-color css
<style>
span { border-color: #25DD36; }
span { border-color: rgb(37,221,54); }
td.TdClassName
{
border-color: #25DD36;
}
.TagClassName
{
border-color: #25DD36;
}
</style>