Shades of Lime Green #25C42C
Tints of Lime Green #25C42C
RGB
CMYK
RGB Variations
Color information
#25C42C (or 0x25C42C) is known color: Lime Green. HEX triplet: 25, C4 and 2C. RGB value is (37,196,44). Sum of RGB (Red+Green+Blue) = 37+196+44=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #25C42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C42C is #DA3BD3. Grayscale: #838383. Windows color (decimal): -14302164 or 2933797. OLE color: 2933797.
HSL color Cylindrical-coordinate representation of color #25C42C: hue angle of 122.64º 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 #25C42C is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 196 | 44 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.23 |
| HSL | 122.64º | 0.68% | 0.46% | - |
| HSV(B) | 122.64º | 0.81% | 0.77% | - |
| XYZ | 20.96 | 40.06 | 9.01 | - |
| YUV | 131.13 | 78.82 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 196 | 44 | 0.81 | 0 | 0.78 | 0.23 | 122.64 | 0.68 | 0.46 |
| Hex | 25 | C4 | 2C | 51 | 0 | 4E | 17 | 7B | 44 | 2E |
| Octal | 45 | 304 | 54 | 121 | 0 | 116 | 27 | 173 | 104 | 56 |
| Binary | 100101 | 11000100 | 101100 | 1010001 | 0 | 1001110 | 10111 | 1111011 | 1000100 | 101110 |
Color Harmonies of #25C42C
Complementary color
Monochromatic Colors of #25C42C
Black with #25C42C
Text Example
Text Example
White with #25C42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C42C; }
p { color: rgb(37,196,44); }
H1.HeaderClassName
{
color: #25C42C;
}
.AnyTagClassName
{
color: #25C42C;
}
</style>
background-color css
<style>
a { background-color: #25C42C; }
a { background-color: rgb(37,196,44); }
div.DivClassName
{
background-color: #25C42C;
}
.BgClassName
{
background-color: #25C42C;
}
</style>
border-color css
<style>
span { border-color: #25C42C; }
span { border-color: rgb(37,196,44); }
td.TdClassName
{
border-color: #25C42C;
}
.TagClassName
{
border-color: #25C42C;
}
</style>