Shades of Lime Green #25C53C
Tints of Lime Green #25C53C
RGB
CMYK
RGB Variations
Color information
#25C53C (or 0x25C53C) is known color: Lime Green. HEX triplet: 25, C5 and 3C. RGB value is (37,197,60). Sum of RGB (Red+Green+Blue) = 37+197+60=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #25C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C53C is #DA3AC3. Grayscale: #858585. Windows color (decimal): -14301892 or 3982629. OLE color: 3982629.
HSL color Cylindrical-coordinate representation of color #25C53C: hue angle of 128.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C53C is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 60 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.23 |
| HSL | 128.63º | 0.68% | 0.46% | - |
| HSV(B) | 128.63º | 0.81% | 0.77% | - |
| XYZ | 21.54 | 40.65 | 10.99 | - |
| YUV | 133.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 60 | 0.81 | 0 | 0.70 | 0.23 | 128.63 | 0.68 | 0.46 |
| Hex | 25 | C5 | 3C | 51 | 0 | 46 | 17 | 81 | 44 | 2E |
| Octal | 45 | 305 | 74 | 121 | 0 | 106 | 27 | 201 | 104 | 56 |
| Binary | 100101 | 11000101 | 111100 | 1010001 | 0 | 1000110 | 10111 | 10000001 | 1000100 | 101110 |
Color Harmonies of #25C53C
Complementary color
Monochromatic Colors of #25C53C
Black with #25C53C
Text Example
Text Example
White with #25C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C53C; }
p { color: rgb(37,197,60); }
H1.HeaderClassName
{
color: #25C53C;
}
.AnyTagClassName
{
color: #25C53C;
}
</style>
background-color css
<style>
a { background-color: #25C53C; }
a { background-color: rgb(37,197,60); }
div.DivClassName
{
background-color: #25C53C;
}
.BgClassName
{
background-color: #25C53C;
}
</style>
border-color css
<style>
span { border-color: #25C53C; }
span { border-color: rgb(37,197,60); }
td.TdClassName
{
border-color: #25C53C;
}
.TagClassName
{
border-color: #25C53C;
}
</style>