Shades of Lime Green #25EC30
Tints of Lime Green #25EC30
RGB
CMYK
RGB Variations
Color information
#25EC30 (or 0x25EC30) is known color: Lime Green. HEX triplet: 25, EC and 30. RGB value is (37,236,48). Sum of RGB (Red+Green+Blue) = 37+236+48=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #25EC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EC30 is #DA13CF. Grayscale: #9B9B9B. Windows color (decimal): -14291920 or 3206181. OLE color: 3206181.
HSL color Cylindrical-coordinate representation of color #25EC30: hue angle of 123.32º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EC30 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 48 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.07 |
| HSL | 123.32º | 0.84% | 0.54% | - |
| HSV(B) | 123.32º | 0.84% | 0.93% | - |
| XYZ | 31.29 | 60.6 | 12.84 | - |
| YUV | 155.07 | 67.57 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 48 | 0.84 | 0 | 0.80 | 0.07 | 123.32 | 0.84 | 0.54 |
| Hex | 25 | EC | 30 | 54 | 0 | 50 | 7 | 7B | 54 | 36 |
| Octal | 45 | 354 | 60 | 124 | 0 | 120 | 7 | 173 | 124 | 66 |
| Binary | 100101 | 11101100 | 110000 | 1010100 | 0 | 1010000 | 111 | 1111011 | 1010100 | 110110 |
Color Harmonies of #25EC30
Complementary color
Monochromatic Colors of #25EC30
Black with #25EC30
Text Example
Text Example
White with #25EC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EC30; }
p { color: rgb(37,236,48); }
H1.HeaderClassName
{
color: #25EC30;
}
.AnyTagClassName
{
color: #25EC30;
}
</style>
background-color css
<style>
a { background-color: #25EC30; }
a { background-color: rgb(37,236,48); }
div.DivClassName
{
background-color: #25EC30;
}
.BgClassName
{
background-color: #25EC30;
}
</style>
border-color css
<style>
span { border-color: #25EC30; }
span { border-color: rgb(37,236,48); }
td.TdClassName
{
border-color: #25EC30;
}
.TagClassName
{
border-color: #25EC30;
}
</style>