Shades of Lime Green #25C930
Tints of Lime Green #25C930
RGB
CMYK
RGB Variations
Color information
#25C930 (or 0x25C930) is known color: Lime Green. HEX triplet: 25, C9 and 30. RGB value is (37,201,48). Sum of RGB (Red+Green+Blue) = 37+201+48=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 201 (78.91% from 255 or 70.28% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 201 - color contains mainly: green. Hex color #25C930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C930 is #DA36CF. Grayscale: #868686. Windows color (decimal): -14300880 or 3197221. OLE color: 3197221.
HSL color Cylindrical-coordinate representation of color #25C930: hue angle of 124.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C930 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 48 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.21 |
| HSL | 124.02º | 0.69% | 0.47% | - |
| HSV(B) | 124.02º | 0.82% | 0.79% | - |
| XYZ | 22.18 | 42.38 | 9.81 | - |
| YUV | 134.52 | 79.17 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 48 | 0.82 | 0 | 0.76 | 0.21 | 124.02 | 0.69 | 0.47 |
| Hex | 25 | C9 | 30 | 52 | 0 | 4C | 15 | 7C | 45 | 2F |
| Octal | 45 | 311 | 60 | 122 | 0 | 114 | 25 | 174 | 105 | 57 |
| Binary | 100101 | 11001001 | 110000 | 1010010 | 0 | 1001100 | 10101 | 1111100 | 1000101 | 101111 |
Color Harmonies of #25C930
Complementary color
Monochromatic Colors of #25C930
Black with #25C930
Text Example
Text Example
White with #25C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C930; }
p { color: rgb(37,201,48); }
H1.HeaderClassName
{
color: #25C930;
}
.AnyTagClassName
{
color: #25C930;
}
</style>
background-color css
<style>
a { background-color: #25C930; }
a { background-color: rgb(37,201,48); }
div.DivClassName
{
background-color: #25C930;
}
.BgClassName
{
background-color: #25C930;
}
</style>
border-color css
<style>
span { border-color: #25C930; }
span { border-color: rgb(37,201,48); }
td.TdClassName
{
border-color: #25C930;
}
.TagClassName
{
border-color: #25C930;
}
</style>