Shades of Lime Green #25C23D
Tints of Lime Green #25C23D
RGB
CMYK
RGB Variations
Color information
#25C23D (or 0x25C23D) is known color: Lime Green. HEX triplet: 25, C2 and 3D. RGB value is (37,194,61). Sum of RGB (Red+Green+Blue) = 37+194+61=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #25C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C23D is #DA3DC2. Grayscale: #848484. Windows color (decimal): -14302659 or 4047397. OLE color: 4047397.
HSL color Cylindrical-coordinate representation of color #25C23D: hue angle of 129.17º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C23D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 194 | 61 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.24 |
| HSL | 129.17º | 0.68% | 0.45% | - |
| HSV(B) | 129.17º | 0.81% | 0.76% | - |
| XYZ | 20.9 | 39.31 | 10.9 | - |
| YUV | 131.9 | 87.99 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 61 | 0.81 | 0 | 0.69 | 0.24 | 129.17 | 0.68 | 0.45 |
| Hex | 25 | C2 | 3D | 51 | 0 | 45 | 18 | 81 | 44 | 2D |
| Octal | 45 | 302 | 75 | 121 | 0 | 105 | 30 | 201 | 104 | 55 |
| Binary | 100101 | 11000010 | 111101 | 1010001 | 0 | 1000101 | 11000 | 10000001 | 1000100 | 101101 |
Color Harmonies of #25C23D
Complementary color
Monochromatic Colors of #25C23D
Black with #25C23D
Text Example
Text Example
White with #25C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C23D; }
p { color: rgb(37,194,61); }
H1.HeaderClassName
{
color: #25C23D;
}
.AnyTagClassName
{
color: #25C23D;
}
</style>
background-color css
<style>
a { background-color: #25C23D; }
a { background-color: rgb(37,194,61); }
div.DivClassName
{
background-color: #25C23D;
}
.BgClassName
{
background-color: #25C23D;
}
</style>
border-color css
<style>
span { border-color: #25C23D; }
span { border-color: rgb(37,194,61); }
td.TdClassName
{
border-color: #25C23D;
}
.TagClassName
{
border-color: #25C23D;
}
</style>