Shades of Lime Green #2DBD2A
Tints of Lime Green #2DBD2A
RGB
CMYK
RGB Variations
Color information
#2DBD2A (or 0x2DBD2A) is known color: Lime Green. HEX triplet: 2D, BD and 2A. RGB value is (45,189,42). Sum of RGB (Red+Green+Blue) = 45+189+42=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD2A is #D242D5. Grayscale: #818181. Windows color (decimal): -13779670 or 2800941. OLE color: 2800941.
HSL color Cylindrical-coordinate representation of color #2DBD2A: hue angle of 118.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBD2A is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 42 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.26 |
| HSL | 118.78º | 0.64% | 0.45% | - |
| HSV(B) | 118.78º | 0.78% | 0.74% | - |
| XYZ | 19.7 | 37.12 | 8.32 | - |
| YUV | 129.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 42 | 0.76 | 0 | 0.78 | 0.26 | 118.78 | 0.64 | 0.45 |
| Hex | 2D | BD | 2A | 4C | 0 | 4E | 1A | 77 | 40 | 2D |
| Octal | 55 | 275 | 52 | 114 | 0 | 116 | 32 | 167 | 100 | 55 |
| Binary | 101101 | 10111101 | 101010 | 1001100 | 0 | 1001110 | 11010 | 1110111 | 1000000 | 101101 |
Color Harmonies of #2DBD2A
Complementary color
Monochromatic Colors of #2DBD2A
Black with #2DBD2A
Text Example
Text Example
White with #2DBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD2A; }
p { color: rgb(45,189,42); }
H1.HeaderClassName
{
color: #2DBD2A;
}
.AnyTagClassName
{
color: #2DBD2A;
}
</style>
background-color css
<style>
a { background-color: #2DBD2A; }
a { background-color: rgb(45,189,42); }
div.DivClassName
{
background-color: #2DBD2A;
}
.BgClassName
{
background-color: #2DBD2A;
}
</style>
border-color css
<style>
span { border-color: #2DBD2A; }
span { border-color: rgb(45,189,42); }
td.TdClassName
{
border-color: #2DBD2A;
}
.TagClassName
{
border-color: #2DBD2A;
}
</style>