Shades of Lime Green #25C727
Tints of Lime Green #25C727
RGB
CMYK
RGB Variations
Color information
#25C727 (or 0x25C727) is known color: Lime Green. HEX triplet: 25, C7 and 27. RGB value is (37,199,39). Sum of RGB (Red+Green+Blue) = 37+199+39=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 199 (78.12% from 255 or 72.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 199 - color contains mainly: green. Hex color #25C727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C727 is #DA38D8. Grayscale: #848484. Windows color (decimal): -14301401 or 2606885. OLE color: 2606885.
HSL color Cylindrical-coordinate representation of color #25C727: hue angle of 120.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C727 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 199 | 39 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.22 |
| HSL | 120.74º | 0.69% | 0.46% | - |
| HSV(B) | 120.74º | 0.81% | 0.78% | - |
| XYZ | 21.55 | 41.39 | 8.77 | - |
| YUV | 132.32 | 75.33 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 199 | 39 | 0.81 | 0 | 0.80 | 0.22 | 120.74 | 0.69 | 0.46 |
| Hex | 25 | C7 | 27 | 51 | 0 | 50 | 16 | 79 | 45 | 2E |
| Octal | 45 | 307 | 47 | 121 | 0 | 120 | 26 | 171 | 105 | 56 |
| Binary | 100101 | 11000111 | 100111 | 1010001 | 0 | 1010000 | 10110 | 1111001 | 1000101 | 101110 |
Color Harmonies of #25C727
Complementary color
Monochromatic Colors of #25C727
Black with #25C727
Text Example
Text Example
White with #25C727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C727; }
p { color: rgb(37,199,39); }
H1.HeaderClassName
{
color: #25C727;
}
.AnyTagClassName
{
color: #25C727;
}
</style>
background-color css
<style>
a { background-color: #25C727; }
a { background-color: rgb(37,199,39); }
div.DivClassName
{
background-color: #25C727;
}
.BgClassName
{
background-color: #25C727;
}
</style>
border-color css
<style>
span { border-color: #25C727; }
span { border-color: rgb(37,199,39); }
td.TdClassName
{
border-color: #25C727;
}
.TagClassName
{
border-color: #25C727;
}
</style>