Shades of Lime Green #2DBA31
Tints of Lime Green #2DBA31
RGB
CMYK
RGB Variations
Color information
#2DBA31 (or 0x2DBA31) is known color: Lime Green. HEX triplet: 2D, BA and 31. RGB value is (45,186,49). Sum of RGB (Red+Green+Blue) = 45+186+49=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA31 is #D245CE. Grayscale: #808080. Windows color (decimal): -13780431 or 3258925. OLE color: 3258925.
HSL color Cylindrical-coordinate representation of color #2DBA31: hue angle of 121.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA31 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 49 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.27 |
| HSL | 121.7º | 0.61% | 0.45% | - |
| HSV(B) | 121.7º | 0.76% | 0.73% | - |
| XYZ | 19.2 | 35.9 | 8.82 | - |
| YUV | 128.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 49 | 0.76 | 0 | 0.74 | 0.27 | 121.7 | 0.61 | 0.45 |
| Hex | 2D | BA | 31 | 4C | 0 | 4A | 1B | 7A | 3D | 2D |
| Octal | 55 | 272 | 61 | 114 | 0 | 112 | 33 | 172 | 75 | 55 |
| Binary | 101101 | 10111010 | 110001 | 1001100 | 0 | 1001010 | 11011 | 1111010 | 111101 | 101101 |
Color Harmonies of #2DBA31
Complementary color
Monochromatic Colors of #2DBA31
Black with #2DBA31
Text Example
Text Example
White with #2DBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA31; }
p { color: rgb(45,186,49); }
H1.HeaderClassName
{
color: #2DBA31;
}
.AnyTagClassName
{
color: #2DBA31;
}
</style>
background-color css
<style>
a { background-color: #2DBA31; }
a { background-color: rgb(45,186,49); }
div.DivClassName
{
background-color: #2DBA31;
}
.BgClassName
{
background-color: #2DBA31;
}
</style>
border-color css
<style>
span { border-color: #2DBA31; }
span { border-color: rgb(45,186,49); }
td.TdClassName
{
border-color: #2DBA31;
}
.TagClassName
{
border-color: #2DBA31;
}
</style>