Shades of Lime Green #25C438
Tints of Lime Green #25C438
RGB
CMYK
RGB Variations
Color information
#25C438 (or 0x25C438) is known color: Lime Green. HEX triplet: 25, C4 and 38. RGB value is (37,196,56). Sum of RGB (Red+Green+Blue) = 37+196+56=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #25C438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C438 is #DA3BC7. Grayscale: #848484. Windows color (decimal): -14302152 or 3720229. OLE color: 3720229.
HSL color Cylindrical-coordinate representation of color #25C438: hue angle of 127.17º 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 #25C438 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 196 | 56 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.23 |
| HSL | 127.17º | 0.68% | 0.46% | - |
| HSV(B) | 127.17º | 0.81% | 0.77% | - |
| XYZ | 21.22 | 40.16 | 10.37 | - |
| YUV | 132.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 196 | 56 | 0.81 | 0 | 0.71 | 0.23 | 127.17 | 0.68 | 0.46 |
| Hex | 25 | C4 | 38 | 51 | 0 | 47 | 17 | 7F | 44 | 2E |
| Octal | 45 | 304 | 70 | 121 | 0 | 107 | 27 | 177 | 104 | 56 |
| Binary | 100101 | 11000100 | 111000 | 1010001 | 0 | 1000111 | 10111 | 1111111 | 1000100 | 101110 |
Color Harmonies of #25C438
Complementary color
Monochromatic Colors of #25C438
Black with #25C438
Text Example
Text Example
White with #25C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C438; }
p { color: rgb(37,196,56); }
H1.HeaderClassName
{
color: #25C438;
}
.AnyTagClassName
{
color: #25C438;
}
</style>
background-color css
<style>
a { background-color: #25C438; }
a { background-color: rgb(37,196,56); }
div.DivClassName
{
background-color: #25C438;
}
.BgClassName
{
background-color: #25C438;
}
</style>
border-color css
<style>
span { border-color: #25C438; }
span { border-color: rgb(37,196,56); }
td.TdClassName
{
border-color: #25C438;
}
.TagClassName
{
border-color: #25C438;
}
</style>