Shades of Lime Green #25C427
Tints of Lime Green #25C427
RGB
CMYK
RGB Variations
Color information
#25C427 (or 0x25C427) is known color: Lime Green. HEX triplet: 25, C4 and 27. RGB value is (37,196,39). Sum of RGB (Red+Green+Blue) = 37+196+39=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #25C427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C427 is #DA3BD8. Grayscale: #838383. Windows color (decimal): -14302169 or 2606117. OLE color: 2606117.
HSL color Cylindrical-coordinate representation of color #25C427: hue angle of 120.75º 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 #25C427 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 196 | 39 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.23 |
| HSL | 120.75º | 0.68% | 0.46% | - |
| HSV(B) | 120.75º | 0.81% | 0.77% | - |
| XYZ | 20.87 | 40.02 | 8.54 | - |
| YUV | 130.56 | 76.32 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 196 | 39 | 0.81 | 0 | 0.80 | 0.23 | 120.75 | 0.68 | 0.46 |
| Hex | 25 | C4 | 27 | 51 | 0 | 50 | 17 | 79 | 44 | 2E |
| Octal | 45 | 304 | 47 | 121 | 0 | 120 | 27 | 171 | 104 | 56 |
| Binary | 100101 | 11000100 | 100111 | 1010001 | 0 | 1010000 | 10111 | 1111001 | 1000100 | 101110 |
Color Harmonies of #25C427
Complementary color
Monochromatic Colors of #25C427
Black with #25C427
Text Example
Text Example
White with #25C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C427; }
p { color: rgb(37,196,39); }
H1.HeaderClassName
{
color: #25C427;
}
.AnyTagClassName
{
color: #25C427;
}
</style>
background-color css
<style>
a { background-color: #25C427; }
a { background-color: rgb(37,196,39); }
div.DivClassName
{
background-color: #25C427;
}
.BgClassName
{
background-color: #25C427;
}
</style>
border-color css
<style>
span { border-color: #25C427; }
span { border-color: rgb(37,196,39); }
td.TdClassName
{
border-color: #25C427;
}
.TagClassName
{
border-color: #25C427;
}
</style>