Shades of Lime Green #25C93C
Tints of Lime Green #25C93C
RGB
CMYK
RGB Variations
Color information
#25C93C (or 0x25C93C) is known color: Lime Green. HEX triplet: 25, C9 and 3C. RGB value is (37,201,60). Sum of RGB (Red+Green+Blue) = 37+201+60=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 201 (78.91% from 255 or 67.45% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 201 - color contains mainly: green. Hex color #25C93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C93C is #DA36C3. Grayscale: #888888. Windows color (decimal): -14300868 or 3983653. OLE color: 3983653.
HSL color Cylindrical-coordinate representation of color #25C93C: hue angle of 128.41º 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 #25C93C is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 60 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.21 |
| HSL | 128.41º | 0.69% | 0.47% | - |
| HSV(B) | 128.41º | 0.82% | 0.79% | - |
| XYZ | 22.47 | 42.49 | 11.29 | - |
| YUV | 135.89 | 85.17 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 60 | 0.82 | 0 | 0.70 | 0.21 | 128.41 | 0.69 | 0.47 |
| Hex | 25 | C9 | 3C | 52 | 0 | 46 | 15 | 80 | 45 | 2F |
| Octal | 45 | 311 | 74 | 122 | 0 | 106 | 25 | 200 | 105 | 57 |
| Binary | 100101 | 11001001 | 111100 | 1010010 | 0 | 1000110 | 10101 | 10000000 | 1000101 | 101111 |
Color Harmonies of #25C93C
Complementary color
Monochromatic Colors of #25C93C
Black with #25C93C
Text Example
Text Example
White with #25C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C93C; }
p { color: rgb(37,201,60); }
H1.HeaderClassName
{
color: #25C93C;
}
.AnyTagClassName
{
color: #25C93C;
}
</style>
background-color css
<style>
a { background-color: #25C93C; }
a { background-color: rgb(37,201,60); }
div.DivClassName
{
background-color: #25C93C;
}
.BgClassName
{
background-color: #25C93C;
}
</style>
border-color css
<style>
span { border-color: #25C93C; }
span { border-color: rgb(37,201,60); }
td.TdClassName
{
border-color: #25C93C;
}
.TagClassName
{
border-color: #25C93C;
}
</style>