Shades of Lime Green #2DB72B
Tints of Lime Green #2DB72B
RGB
CMYK
RGB Variations
Color information
#2DB72B (or 0x2DB72B) is known color: Lime Green. HEX triplet: 2D, B7 and 2B. RGB value is (45,183,43). Sum of RGB (Red+Green+Blue) = 45+183+43=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB72B is #D248D4. Grayscale: #7E7E7E. Windows color (decimal): -13781205 or 2864941. OLE color: 2864941.
HSL color Cylindrical-coordinate representation of color #2DB72B: hue angle of 119.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB72B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 43 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.28 |
| HSL | 119.14º | 0.62% | 0.44% | - |
| HSV(B) | 119.14º | 0.77% | 0.72% | - |
| XYZ | 18.45 | 34.6 | 7.99 | - |
| YUV | 125.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 43 | 0.75 | 0 | 0.77 | 0.28 | 119.14 | 0.62 | 0.44 |
| Hex | 2D | B7 | 2B | 4B | 0 | 4D | 1C | 77 | 3E | 2C |
| Octal | 55 | 267 | 53 | 113 | 0 | 115 | 34 | 167 | 76 | 54 |
| Binary | 101101 | 10110111 | 101011 | 1001011 | 0 | 1001101 | 11100 | 1110111 | 111110 | 101100 |
Color Harmonies of #2DB72B
Complementary color
Monochromatic Colors of #2DB72B
Black with #2DB72B
Text Example
Text Example
White with #2DB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB72B; }
p { color: rgb(45,183,43); }
H1.HeaderClassName
{
color: #2DB72B;
}
.AnyTagClassName
{
color: #2DB72B;
}
</style>
background-color css
<style>
a { background-color: #2DB72B; }
a { background-color: rgb(45,183,43); }
div.DivClassName
{
background-color: #2DB72B;
}
.BgClassName
{
background-color: #2DB72B;
}
</style>
border-color css
<style>
span { border-color: #2DB72B; }
span { border-color: rgb(45,183,43); }
td.TdClassName
{
border-color: #2DB72B;
}
.TagClassName
{
border-color: #2DB72B;
}
</style>