Shades of Lime Green #25ED34
Tints of Lime Green #25ED34
RGB
CMYK
RGB Variations
Color information
#25ED34 (or 0x25ED34) is known color: Lime Green. HEX triplet: 25, ED and 34. RGB value is (37,237,52). Sum of RGB (Red+Green+Blue) = 37+237+52=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #25ED34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25ED34 is #DA12CB. Grayscale: #9C9C9C. Windows color (decimal): -14291660 or 3468581. OLE color: 3468581.
HSL color Cylindrical-coordinate representation of color #25ED34: hue angle of 124.5º degrees, saturation: 0.85, 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 #25ED34 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 237 | 52 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.07 |
| HSL | 124.5º | 0.85% | 0.54% | - |
| HSV(B) | 124.5º | 0.84% | 0.93% | - |
| XYZ | 31.67 | 61.21 | 13.39 | - |
| YUV | 156.11 | 69.24 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 237 | 52 | 0.84 | 0 | 0.78 | 0.07 | 124.5 | 0.85 | 0.54 |
| Hex | 25 | ED | 34 | 54 | 0 | 4E | 7 | 7C | 55 | 36 |
| Octal | 45 | 355 | 64 | 124 | 0 | 116 | 7 | 174 | 125 | 66 |
| Binary | 100101 | 11101101 | 110100 | 1010100 | 0 | 1001110 | 111 | 1111100 | 1010101 | 110110 |
Color Harmonies of #25ED34
Complementary color
Monochromatic Colors of #25ED34
Black with #25ED34
Text Example
Text Example
White with #25ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ED34; }
p { color: rgb(37,237,52); }
H1.HeaderClassName
{
color: #25ED34;
}
.AnyTagClassName
{
color: #25ED34;
}
</style>
background-color css
<style>
a { background-color: #25ED34; }
a { background-color: rgb(37,237,52); }
div.DivClassName
{
background-color: #25ED34;
}
.BgClassName
{
background-color: #25ED34;
}
</style>
border-color css
<style>
span { border-color: #25ED34; }
span { border-color: rgb(37,237,52); }
td.TdClassName
{
border-color: #25ED34;
}
.TagClassName
{
border-color: #25ED34;
}
</style>