Shades of Lime Green #25C30E
Tints of Lime Green #25C30E
RGB
CMYK
RGB Variations
Color information
#25C30E (or 0x25C30E) is known color: Lime Green. HEX triplet: 25, C3 and 0E. RGB value is (37,195,14). Sum of RGB (Red+Green+Blue) = 37+195+14=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #25C30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C30E is #DA3CF1. Grayscale: #7F7F7F. Windows color (decimal): -14302450 or 967461. OLE color: 967461.
HSL color Cylindrical-coordinate representation of color #25C30E: hue angle of 112.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25C30E is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 195 | 14 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.24 |
| HSL | 112.38º | 0.87% | 0.41% | - |
| HSV(B) | 112.38º | 0.93% | 0.76% | - |
| XYZ | 20.36 | 39.46 | 6.96 | - |
| YUV | 127.12 | 64.15 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 14 | 0.81 | 0 | 0.93 | 0.24 | 112.38 | 0.87 | 0.41 |
| Hex | 25 | C3 | E | 51 | 0 | 5D | 18 | 70 | 57 | 29 |
| Octal | 45 | 303 | 16 | 121 | 0 | 135 | 30 | 160 | 127 | 51 |
| Binary | 100101 | 11000011 | 1110 | 1010001 | 0 | 1011101 | 11000 | 1110000 | 1010111 | 101001 |
Color Harmonies of #25C30E
Complementary color
Monochromatic Colors of #25C30E
Black with #25C30E
Text Example
Text Example
White with #25C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C30E; }
p { color: rgb(37,195,14); }
H1.HeaderClassName
{
color: #25C30E;
}
.AnyTagClassName
{
color: #25C30E;
}
</style>
background-color css
<style>
a { background-color: #25C30E; }
a { background-color: rgb(37,195,14); }
div.DivClassName
{
background-color: #25C30E;
}
.BgClassName
{
background-color: #25C30E;
}
</style>
border-color css
<style>
span { border-color: #25C30E; }
span { border-color: rgb(37,195,14); }
td.TdClassName
{
border-color: #25C30E;
}
.TagClassName
{
border-color: #25C30E;
}
</style>