Shades of Lime Green #2DCD25
Tints of Lime Green #2DCD25
RGB
CMYK
RGB Variations
Color information
#2DCD25 (or 0x2DCD25) is known color: Lime Green. HEX triplet: 2D, CD and 25. RGB value is (45,205,37). Sum of RGB (Red+Green+Blue) = 45+205+37=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD25 is #D232DA. Grayscale: #8A8A8A. Windows color (decimal): -13775579 or 2477357. OLE color: 2477357.
HSL color Cylindrical-coordinate representation of color #2DCD25: hue angle of 117.14º 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 #2DCD25 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 37 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.20 |
| HSL | 117.14º | 0.69% | 0.47% | - |
| HSV(B) | 117.14º | 0.82% | 0.8% | - |
| XYZ | 23.25 | 44.35 | 9.09 | - |
| YUV | 138.01 | 70.99 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 37 | 0.78 | 0 | 0.82 | 0.20 | 117.14 | 0.69 | 0.47 |
| Hex | 2D | CD | 25 | 4E | 0 | 52 | 14 | 75 | 45 | 2F |
| Octal | 55 | 315 | 45 | 116 | 0 | 122 | 24 | 165 | 105 | 57 |
| Binary | 101101 | 11001101 | 100101 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2DCD25
Complementary color
Monochromatic Colors of #2DCD25
Black with #2DCD25
Text Example
Text Example
White with #2DCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD25; }
p { color: rgb(45,205,37); }
H1.HeaderClassName
{
color: #2DCD25;
}
.AnyTagClassName
{
color: #2DCD25;
}
</style>
background-color css
<style>
a { background-color: #2DCD25; }
a { background-color: rgb(45,205,37); }
div.DivClassName
{
background-color: #2DCD25;
}
.BgClassName
{
background-color: #2DCD25;
}
</style>
border-color css
<style>
span { border-color: #2DCD25; }
span { border-color: rgb(45,205,37); }
td.TdClassName
{
border-color: #2DCD25;
}
.TagClassName
{
border-color: #2DCD25;
}
</style>