Shades of Lime Green #2DBE48
Tints of Lime Green #2DBE48
RGB
CMYK
RGB Variations
Color information
#2DBE48 (or 0x2DBE48) is known color: Lime Green. HEX triplet: 2D, BE and 48. RGB value is (45,190,72). Sum of RGB (Red+Green+Blue) = 45+190+72=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE48 is #D241B7. Grayscale: #858585. Windows color (decimal): -13779384 or 4767277. OLE color: 4767277.
HSL color Cylindrical-coordinate representation of color #2DBE48: hue angle of 131.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE48 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 72 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.25 |
| HSL | 131.17º | 0.62% | 0.46% | - |
| HSV(B) | 131.17º | 0.76% | 0.75% | - |
| XYZ | 20.67 | 37.85 | 12.35 | - |
| YUV | 133.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 72 | 0.76 | 0 | 0.62 | 0.25 | 131.17 | 0.62 | 0.46 |
| Hex | 2D | BE | 48 | 4C | 0 | 3E | 19 | 83 | 3E | 2E |
| Octal | 55 | 276 | 110 | 114 | 0 | 76 | 31 | 203 | 76 | 56 |
| Binary | 101101 | 10111110 | 1001000 | 1001100 | 0 | 111110 | 11001 | 10000011 | 111110 | 101110 |
Color Harmonies of #2DBE48
Complementary color
Monochromatic Colors of #2DBE48
Black with #2DBE48
Text Example
Text Example
White with #2DBE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE48; }
p { color: rgb(45,190,72); }
H1.HeaderClassName
{
color: #2DBE48;
}
.AnyTagClassName
{
color: #2DBE48;
}
</style>
background-color css
<style>
a { background-color: #2DBE48; }
a { background-color: rgb(45,190,72); }
div.DivClassName
{
background-color: #2DBE48;
}
.BgClassName
{
background-color: #2DBE48;
}
</style>
border-color css
<style>
span { border-color: #2DBE48; }
span { border-color: rgb(45,190,72); }
td.TdClassName
{
border-color: #2DBE48;
}
.TagClassName
{
border-color: #2DBE48;
}
</style>