Shades of Lime Green #25DF23
Tints of Lime Green #25DF23
RGB
CMYK
RGB Variations
Color information
#25DF23 (or 0x25DF23) is known color: Lime Green. HEX triplet: 25, DF and 23. RGB value is (37,223,35). Sum of RGB (Red+Green+Blue) = 37+223+35=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DF23 is #DA20DC. Grayscale: #929292. Windows color (decimal): -14295261 or 2350885. OLE color: 2350885.
HSL color Cylindrical-coordinate representation of color #25DF23: hue angle of 119.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DF23 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 35 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.13 |
| HSL | 119.36º | 0.75% | 0.51% | - |
| HSV(B) | 119.36º | 0.84% | 0.87% | - |
| XYZ | 27.45 | 53.29 | 10.43 | - |
| YUV | 145.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 35 | 0.83 | 0 | 0.84 | 0.13 | 119.36 | 0.75 | 0.51 |
| Hex | 25 | DF | 23 | 53 | 0 | 54 | D | 77 | 4B | 33 |
| Octal | 45 | 337 | 43 | 123 | 0 | 124 | 15 | 167 | 113 | 63 |
| Binary | 100101 | 11011111 | 100011 | 1010011 | 0 | 1010100 | 1101 | 1110111 | 1001011 | 110011 |
Color Harmonies of #25DF23
Complementary color
Monochromatic Colors of #25DF23
Black with #25DF23
Text Example
Text Example
White with #25DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF23; }
p { color: rgb(37,223,35); }
H1.HeaderClassName
{
color: #25DF23;
}
.AnyTagClassName
{
color: #25DF23;
}
</style>
background-color css
<style>
a { background-color: #25DF23; }
a { background-color: rgb(37,223,35); }
div.DivClassName
{
background-color: #25DF23;
}
.BgClassName
{
background-color: #25DF23;
}
</style>
border-color css
<style>
span { border-color: #25DF23; }
span { border-color: rgb(37,223,35); }
td.TdClassName
{
border-color: #25DF23;
}
.TagClassName
{
border-color: #25DF23;
}
</style>