Shades of Lime Green #25C92C
Tints of Lime Green #25C92C
RGB
CMYK
RGB Variations
Color information
#25C92C (or 0x25C92C) is known color: Lime Green. HEX triplet: 25, C9 and 2C. RGB value is (37,201,44). Sum of RGB (Red+Green+Blue) = 37+201+44=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #25C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C92C is #DA36D3. Grayscale: #868686. Windows color (decimal): -14300884 or 2935077. OLE color: 2935077.
HSL color Cylindrical-coordinate representation of color #25C92C: hue angle of 122.56º 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 #25C92C is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 44 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.21 |
| HSL | 122.56º | 0.69% | 0.47% | - |
| HSV(B) | 122.56º | 0.82% | 0.79% | - |
| XYZ | 22.1 | 42.35 | 9.39 | - |
| YUV | 134.07 | 77.17 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 44 | 0.82 | 0 | 0.78 | 0.21 | 122.56 | 0.69 | 0.47 |
| Hex | 25 | C9 | 2C | 52 | 0 | 4E | 15 | 7B | 45 | 2F |
| Octal | 45 | 311 | 54 | 122 | 0 | 116 | 25 | 173 | 105 | 57 |
| Binary | 100101 | 11001001 | 101100 | 1010010 | 0 | 1001110 | 10101 | 1111011 | 1000101 | 101111 |
Color Harmonies of #25C92C
Complementary color
Monochromatic Colors of #25C92C
Black with #25C92C
Text Example
Text Example
White with #25C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C92C; }
p { color: rgb(37,201,44); }
H1.HeaderClassName
{
color: #25C92C;
}
.AnyTagClassName
{
color: #25C92C;
}
</style>
background-color css
<style>
a { background-color: #25C92C; }
a { background-color: rgb(37,201,44); }
div.DivClassName
{
background-color: #25C92C;
}
.BgClassName
{
background-color: #25C92C;
}
</style>
border-color css
<style>
span { border-color: #25C92C; }
span { border-color: rgb(37,201,44); }
td.TdClassName
{
border-color: #25C92C;
}
.TagClassName
{
border-color: #25C92C;
}
</style>