Shades of Lime Green #25DD12
Tints of Lime Green #25DD12
RGB
CMYK
RGB Variations
Color information
#25DD12 (or 0x25DD12) is known color: Lime Green. HEX triplet: 25, DD and 12. RGB value is (37,221,18). Sum of RGB (Red+Green+Blue) = 37+221+18=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DD12 is #DA22ED. Grayscale: #8F8F8F. Windows color (decimal): -14295790 or 1236261. OLE color: 1236261.
HSL color Cylindrical-coordinate representation of color #25DD12: hue angle of 114.38º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25DD12 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 18 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.13 |
| HSL | 114.38º | 0.85% | 0.47% | - |
| HSV(B) | 114.38º | 0.92% | 0.87% | - |
| XYZ | 26.73 | 52.15 | 9.23 | - |
| YUV | 142.84 | 57.54 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 18 | 0.83 | 0 | 0.92 | 0.13 | 114.38 | 0.85 | 0.47 |
| Hex | 25 | DD | 12 | 53 | 0 | 5C | D | 72 | 55 | 2F |
| Octal | 45 | 335 | 22 | 123 | 0 | 134 | 15 | 162 | 125 | 57 |
| Binary | 100101 | 11011101 | 10010 | 1010011 | 0 | 1011100 | 1101 | 1110010 | 1010101 | 101111 |
Color Harmonies of #25DD12
Complementary color
Monochromatic Colors of #25DD12
Black with #25DD12
Text Example
Text Example
White with #25DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DD12; }
p { color: rgb(37,221,18); }
H1.HeaderClassName
{
color: #25DD12;
}
.AnyTagClassName
{
color: #25DD12;
}
</style>
background-color css
<style>
a { background-color: #25DD12; }
a { background-color: rgb(37,221,18); }
div.DivClassName
{
background-color: #25DD12;
}
.BgClassName
{
background-color: #25DD12;
}
</style>
border-color css
<style>
span { border-color: #25DD12; }
span { border-color: rgb(37,221,18); }
td.TdClassName
{
border-color: #25DD12;
}
.TagClassName
{
border-color: #25DD12;
}
</style>