Shades of Lime Green #2DB72A
Tints of Lime Green #2DB72A
RGB
CMYK
RGB Variations
Color information
#2DB72A (or 0x2DB72A) is known color: Lime Green. HEX triplet: 2D, B7 and 2A. RGB value is (45,183,42). Sum of RGB (Red+Green+Blue) = 45+183+42=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB72A is #D248D5. Grayscale: #7E7E7E. Windows color (decimal): -13781206 or 2799405. OLE color: 2799405.
HSL color Cylindrical-coordinate representation of color #2DB72A: hue angle of 118.72º degrees, saturation: 0.63, 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 #2DB72A is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 42 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.28 |
| HSL | 118.72º | 0.63% | 0.44% | - |
| HSV(B) | 118.72º | 0.77% | 0.72% | - |
| XYZ | 18.43 | 34.59 | 7.9 | - |
| YUV | 125.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 42 | 0.75 | 0 | 0.77 | 0.28 | 118.72 | 0.63 | 0.44 |
| Hex | 2D | B7 | 2A | 4B | 0 | 4D | 1C | 77 | 3F | 2C |
| Octal | 55 | 267 | 52 | 113 | 0 | 115 | 34 | 167 | 77 | 54 |
| Binary | 101101 | 10110111 | 101010 | 1001011 | 0 | 1001101 | 11100 | 1110111 | 111111 | 101100 |
Color Harmonies of #2DB72A
Complementary color
Monochromatic Colors of #2DB72A
Black with #2DB72A
Text Example
Text Example
White with #2DB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB72A; }
p { color: rgb(45,183,42); }
H1.HeaderClassName
{
color: #2DB72A;
}
.AnyTagClassName
{
color: #2DB72A;
}
</style>
background-color css
<style>
a { background-color: #2DB72A; }
a { background-color: rgb(45,183,42); }
div.DivClassName
{
background-color: #2DB72A;
}
.BgClassName
{
background-color: #2DB72A;
}
</style>
border-color css
<style>
span { border-color: #2DB72A; }
span { border-color: rgb(45,183,42); }
td.TdClassName
{
border-color: #2DB72A;
}
.TagClassName
{
border-color: #2DB72A;
}
</style>