Shades of Lime Green #25CD2D
Tints of Lime Green #25CD2D
RGB
CMYK
RGB Variations
Color information
#25CD2D (or 0x25CD2D) is known color: Lime Green. HEX triplet: 25, CD and 2D. RGB value is (37,205,45). Sum of RGB (Red+Green+Blue) = 37+205+45=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CD2D is #DA32D2. Grayscale: #888888. Windows color (decimal): -14299859 or 3001637. OLE color: 3001637.
HSL color Cylindrical-coordinate representation of color #25CD2D: hue angle of 122.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CD2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 205 | 45 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.20 |
| HSL | 122.86º | 0.69% | 0.47% | - |
| HSV(B) | 122.86º | 0.82% | 0.8% | - |
| XYZ | 23.07 | 44.25 | 9.81 | - |
| YUV | 136.53 | 76.34 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 45 | 0.82 | 0 | 0.78 | 0.20 | 122.86 | 0.69 | 0.47 |
| Hex | 25 | CD | 2D | 52 | 0 | 4E | 14 | 7B | 45 | 2F |
| Octal | 45 | 315 | 55 | 122 | 0 | 116 | 24 | 173 | 105 | 57 |
| Binary | 100101 | 11001101 | 101101 | 1010010 | 0 | 1001110 | 10100 | 1111011 | 1000101 | 101111 |
Color Harmonies of #25CD2D
Complementary color
Monochromatic Colors of #25CD2D
Black with #25CD2D
Text Example
Text Example
White with #25CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CD2D; }
p { color: rgb(37,205,45); }
H1.HeaderClassName
{
color: #25CD2D;
}
.AnyTagClassName
{
color: #25CD2D;
}
</style>
background-color css
<style>
a { background-color: #25CD2D; }
a { background-color: rgb(37,205,45); }
div.DivClassName
{
background-color: #25CD2D;
}
.BgClassName
{
background-color: #25CD2D;
}
</style>
border-color css
<style>
span { border-color: #25CD2D; }
span { border-color: rgb(37,205,45); }
td.TdClassName
{
border-color: #25CD2D;
}
.TagClassName
{
border-color: #25CD2D;
}
</style>