Shades of Lime Green #25C435
Tints of Lime Green #25C435
RGB
CMYK
RGB Variations
Color information
#25C435 (or 0x25C435) is known color: Lime Green. HEX triplet: 25, C4 and 35. RGB value is (37,196,53). Sum of RGB (Red+Green+Blue) = 37+196+53=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #25C435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C435 is #DA3BCA. Grayscale: #848484. Windows color (decimal): -14302155 or 3523621. OLE color: 3523621.
HSL color Cylindrical-coordinate representation of color #25C435: hue angle of 126.04º 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 #25C435 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 196 | 53 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.23 |
| HSL | 126.04º | 0.68% | 0.46% | - |
| HSV(B) | 126.04º | 0.81% | 0.77% | - |
| XYZ | 21.15 | 40.13 | 10 | - |
| YUV | 132.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 196 | 53 | 0.81 | 0 | 0.73 | 0.23 | 126.04 | 0.68 | 0.46 |
| Hex | 25 | C4 | 35 | 51 | 0 | 49 | 17 | 7E | 44 | 2E |
| Octal | 45 | 304 | 65 | 121 | 0 | 111 | 27 | 176 | 104 | 56 |
| Binary | 100101 | 11000100 | 110101 | 1010001 | 0 | 1001001 | 10111 | 1111110 | 1000100 | 101110 |
Color Harmonies of #25C435
Complementary color
Monochromatic Colors of #25C435
Black with #25C435
Text Example
Text Example
White with #25C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C435; }
p { color: rgb(37,196,53); }
H1.HeaderClassName
{
color: #25C435;
}
.AnyTagClassName
{
color: #25C435;
}
</style>
background-color css
<style>
a { background-color: #25C435; }
a { background-color: rgb(37,196,53); }
div.DivClassName
{
background-color: #25C435;
}
.BgClassName
{
background-color: #25C435;
}
</style>
border-color css
<style>
span { border-color: #25C435; }
span { border-color: rgb(37,196,53); }
td.TdClassName
{
border-color: #25C435;
}
.TagClassName
{
border-color: #25C435;
}
</style>