Shades of Lime Green #25CA2D
Tints of Lime Green #25CA2D
RGB
CMYK
RGB Variations
Color information
#25CA2D (or 0x25CA2D) is known color: Lime Green. HEX triplet: 25, CA and 2D. RGB value is (37,202,45). Sum of RGB (Red+Green+Blue) = 37+202+45=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA2D is #DA35D2. Grayscale: #878787. Windows color (decimal): -14300627 or 3000869. OLE color: 3000869.
HSL color Cylindrical-coordinate representation of color #25CA2D: hue angle of 122.91º 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 #25CA2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 45 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.21 |
| HSL | 122.91º | 0.69% | 0.47% | - |
| HSV(B) | 122.91º | 0.82% | 0.79% | - |
| XYZ | 22.36 | 42.82 | 9.57 | - |
| YUV | 134.77 | 77.34 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 45 | 0.82 | 0 | 0.78 | 0.21 | 122.91 | 0.69 | 0.47 |
| Hex | 25 | CA | 2D | 52 | 0 | 4E | 15 | 7B | 45 | 2F |
| Octal | 45 | 312 | 55 | 122 | 0 | 116 | 25 | 173 | 105 | 57 |
| Binary | 100101 | 11001010 | 101101 | 1010010 | 0 | 1001110 | 10101 | 1111011 | 1000101 | 101111 |
Color Harmonies of #25CA2D
Complementary color
Monochromatic Colors of #25CA2D
Black with #25CA2D
Text Example
Text Example
White with #25CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA2D; }
p { color: rgb(37,202,45); }
H1.HeaderClassName
{
color: #25CA2D;
}
.AnyTagClassName
{
color: #25CA2D;
}
</style>
background-color css
<style>
a { background-color: #25CA2D; }
a { background-color: rgb(37,202,45); }
div.DivClassName
{
background-color: #25CA2D;
}
.BgClassName
{
background-color: #25CA2D;
}
</style>
border-color css
<style>
span { border-color: #25CA2D; }
span { border-color: rgb(37,202,45); }
td.TdClassName
{
border-color: #25CA2D;
}
.TagClassName
{
border-color: #25CA2D;
}
</style>