Shades of Lime Green #2DB344
Tints of Lime Green #2DB344
RGB
CMYK
RGB Variations
Color information
#2DB344 (or 0x2DB344) is known color: Lime Green. HEX triplet: 2D, B3 and 44. RGB value is (45,179,68). Sum of RGB (Red+Green+Blue) = 45+179+68=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB344 is #D24CBB. Grayscale: #7E7E7E. Windows color (decimal): -13782204 or 4502317. OLE color: 4502317.
HSL color Cylindrical-coordinate representation of color #2DB344: hue angle of 130.3º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB344 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 68 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.30 |
| HSL | 130.3º | 0.6% | 0.44% | - |
| HSV(B) | 130.3º | 0.75% | 0.7% | - |
| XYZ | 18.25 | 33.22 | 10.92 | - |
| YUV | 126.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 68 | 0.75 | 0 | 0.62 | 0.30 | 130.3 | 0.6 | 0.44 |
| Hex | 2D | B3 | 44 | 4B | 0 | 3E | 1E | 82 | 3C | 2C |
| Octal | 55 | 263 | 104 | 113 | 0 | 76 | 36 | 202 | 74 | 54 |
| Binary | 101101 | 10110011 | 1000100 | 1001011 | 0 | 111110 | 11110 | 10000010 | 111100 | 101100 |
Color Harmonies of #2DB344
Complementary color
Monochromatic Colors of #2DB344
Black with #2DB344
Text Example
Text Example
White with #2DB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB344; }
p { color: rgb(45,179,68); }
H1.HeaderClassName
{
color: #2DB344;
}
.AnyTagClassName
{
color: #2DB344;
}
</style>
background-color css
<style>
a { background-color: #2DB344; }
a { background-color: rgb(45,179,68); }
div.DivClassName
{
background-color: #2DB344;
}
.BgClassName
{
background-color: #2DB344;
}
</style>
border-color css
<style>
span { border-color: #2DB344; }
span { border-color: rgb(45,179,68); }
td.TdClassName
{
border-color: #2DB344;
}
.TagClassName
{
border-color: #2DB344;
}
</style>