Shades of Lime Green #25DF22
Tints of Lime Green #25DF22
RGB
CMYK
RGB Variations
Color information
#25DF22 (or 0x25DF22) is known color: Lime Green. HEX triplet: 25, DF and 22. RGB value is (37,223,34). Sum of RGB (Red+Green+Blue) = 37+223+34=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DF22 is #DA20DD. Grayscale: #929292. Windows color (decimal): -14295262 or 2285349. OLE color: 2285349.
HSL color Cylindrical-coordinate representation of color #25DF22: hue angle of 119.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DF22 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 34 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.13 |
| HSL | 119.05º | 0.75% | 0.5% | - |
| HSV(B) | 119.05º | 0.85% | 0.87% | - |
| XYZ | 27.44 | 53.28 | 10.35 | - |
| YUV | 145.84 | 64.88 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 34 | 0.83 | 0 | 0.85 | 0.13 | 119.05 | 0.75 | 0.5 |
| Hex | 25 | DF | 22 | 53 | 0 | 55 | D | 77 | 4B | 32 |
| Octal | 45 | 337 | 42 | 123 | 0 | 125 | 15 | 167 | 113 | 62 |
| Binary | 100101 | 11011111 | 100010 | 1010011 | 0 | 1010101 | 1101 | 1110111 | 1001011 | 110010 |
Color Harmonies of #25DF22
Complementary color
Monochromatic Colors of #25DF22
Black with #25DF22
Text Example
Text Example
White with #25DF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF22; }
p { color: rgb(37,223,34); }
H1.HeaderClassName
{
color: #25DF22;
}
.AnyTagClassName
{
color: #25DF22;
}
</style>
background-color css
<style>
a { background-color: #25DF22; }
a { background-color: rgb(37,223,34); }
div.DivClassName
{
background-color: #25DF22;
}
.BgClassName
{
background-color: #25DF22;
}
</style>
border-color css
<style>
span { border-color: #25DF22; }
span { border-color: rgb(37,223,34); }
td.TdClassName
{
border-color: #25DF22;
}
.TagClassName
{
border-color: #25DF22;
}
</style>