Shades of Lime Green #25C93A
Tints of Lime Green #25C93A
RGB
CMYK
RGB Variations
Color information
#25C93A (or 0x25C93A) is known color: Lime Green. HEX triplet: 25, C9 and 3A. RGB value is (37,201,58). Sum of RGB (Red+Green+Blue) = 37+201+58=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #25C93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C93A is #DA36C5. Grayscale: #888888. Windows color (decimal): -14300870 or 3852581. OLE color: 3852581.
HSL color Cylindrical-coordinate representation of color #25C93A: hue angle of 127.68º 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 #25C93A is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 58 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.21 |
| HSL | 127.68º | 0.69% | 0.47% | - |
| HSV(B) | 127.68º | 0.82% | 0.79% | - |
| XYZ | 22.41 | 42.47 | 11.02 | - |
| YUV | 135.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 58 | 0.82 | 0 | 0.71 | 0.21 | 127.68 | 0.69 | 0.47 |
| Hex | 25 | C9 | 3A | 52 | 0 | 47 | 15 | 80 | 45 | 2F |
| Octal | 45 | 311 | 72 | 122 | 0 | 107 | 25 | 200 | 105 | 57 |
| Binary | 100101 | 11001001 | 111010 | 1010010 | 0 | 1000111 | 10101 | 10000000 | 1000101 | 101111 |
Color Harmonies of #25C93A
Complementary color
Monochromatic Colors of #25C93A
Black with #25C93A
Text Example
Text Example
White with #25C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C93A; }
p { color: rgb(37,201,58); }
H1.HeaderClassName
{
color: #25C93A;
}
.AnyTagClassName
{
color: #25C93A;
}
</style>
background-color css
<style>
a { background-color: #25C93A; }
a { background-color: rgb(37,201,58); }
div.DivClassName
{
background-color: #25C93A;
}
.BgClassName
{
background-color: #25C93A;
}
</style>
border-color css
<style>
span { border-color: #25C93A; }
span { border-color: rgb(37,201,58); }
td.TdClassName
{
border-color: #25C93A;
}
.TagClassName
{
border-color: #25C93A;
}
</style>