Shades of Lime Green #25C24A
Tints of Lime Green #25C24A
RGB
CMYK
RGB Variations
Color information
#25C24A (or 0x25C24A) is known color: Lime Green. HEX triplet: 25, C2 and 4A. RGB value is (37,194,74). Sum of RGB (Red+Green+Blue) = 37+194+74=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #25C24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C24A is #DA3DB5. Grayscale: #858585. Windows color (decimal): -14302646 or 4899365. OLE color: 4899365.
HSL color Cylindrical-coordinate representation of color #25C24A: hue angle of 134.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C24A is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 194 | 74 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.24 |
| HSL | 134.14º | 0.68% | 0.45% | - |
| HSV(B) | 134.14º | 0.81% | 0.76% | - |
| XYZ | 21.29 | 39.47 | 12.98 | - |
| YUV | 133.38 | 94.49 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 74 | 0.81 | 0 | 0.62 | 0.24 | 134.14 | 0.68 | 0.45 |
| Hex | 25 | C2 | 4A | 51 | 0 | 3E | 18 | 86 | 44 | 2D |
| Octal | 45 | 302 | 112 | 121 | 0 | 76 | 30 | 206 | 104 | 55 |
| Binary | 100101 | 11000010 | 1001010 | 1010001 | 0 | 111110 | 11000 | 10000110 | 1000100 | 101101 |
Color Harmonies of #25C24A
Complementary color
Monochromatic Colors of #25C24A
Black with #25C24A
Text Example
Text Example
White with #25C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C24A; }
p { color: rgb(37,194,74); }
H1.HeaderClassName
{
color: #25C24A;
}
.AnyTagClassName
{
color: #25C24A;
}
</style>
background-color css
<style>
a { background-color: #25C24A; }
a { background-color: rgb(37,194,74); }
div.DivClassName
{
background-color: #25C24A;
}
.BgClassName
{
background-color: #25C24A;
}
</style>
border-color css
<style>
span { border-color: #25C24A; }
span { border-color: rgb(37,194,74); }
td.TdClassName
{
border-color: #25C24A;
}
.TagClassName
{
border-color: #25C24A;
}
</style>