Shades of Lime Green #2DB52A
Tints of Lime Green #2DB52A
RGB
CMYK
RGB Variations
Color information
#2DB52A (or 0x2DB52A) is known color: Lime Green. HEX triplet: 2D, B5 and 2A. RGB value is (45,181,42). Sum of RGB (Red+Green+Blue) = 45+181+42=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB52A is #D24AD5. Grayscale: #7C7C7C. Windows color (decimal): -13781718 or 2798893. OLE color: 2798893.
HSL color Cylindrical-coordinate representation of color #2DB52A: hue angle of 118.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB52A is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 42 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.29 |
| HSL | 118.71º | 0.62% | 0.44% | - |
| HSV(B) | 118.71º | 0.77% | 0.71% | - |
| XYZ | 18.02 | 33.77 | 7.76 | - |
| YUV | 124.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 42 | 0.75 | 0 | 0.77 | 0.29 | 118.71 | 0.62 | 0.44 |
| Hex | 2D | B5 | 2A | 4B | 0 | 4D | 1D | 77 | 3E | 2C |
| Octal | 55 | 265 | 52 | 113 | 0 | 115 | 35 | 167 | 76 | 54 |
| Binary | 101101 | 10110101 | 101010 | 1001011 | 0 | 1001101 | 11101 | 1110111 | 111110 | 101100 |
Color Harmonies of #2DB52A
Complementary color
Monochromatic Colors of #2DB52A
Black with #2DB52A
Text Example
Text Example
White with #2DB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB52A; }
p { color: rgb(45,181,42); }
H1.HeaderClassName
{
color: #2DB52A;
}
.AnyTagClassName
{
color: #2DB52A;
}
</style>
background-color css
<style>
a { background-color: #2DB52A; }
a { background-color: rgb(45,181,42); }
div.DivClassName
{
background-color: #2DB52A;
}
.BgClassName
{
background-color: #2DB52A;
}
</style>
border-color css
<style>
span { border-color: #2DB52A; }
span { border-color: rgb(45,181,42); }
td.TdClassName
{
border-color: #2DB52A;
}
.TagClassName
{
border-color: #2DB52A;
}
</style>