Shades of Lime Green #2DBA32
Tints of Lime Green #2DBA32
RGB
CMYK
RGB Variations
Color information
#2DBA32 (or 0x2DBA32) is known color: Lime Green. HEX triplet: 2D, BA and 32. RGB value is (45,186,50). Sum of RGB (Red+Green+Blue) = 45+186+50=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA32 is #D245CD. Grayscale: #808080. Windows color (decimal): -13780430 or 3324461. OLE color: 3324461.
HSL color Cylindrical-coordinate representation of color #2DBA32: hue angle of 122.13º 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 #2DBA32 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 50 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.27 |
| HSL | 122.13º | 0.61% | 0.45% | - |
| HSV(B) | 122.13º | 0.76% | 0.73% | - |
| XYZ | 19.22 | 35.91 | 8.94 | - |
| YUV | 128.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 50 | 0.76 | 0 | 0.73 | 0.27 | 122.13 | 0.61 | 0.45 |
| Hex | 2D | BA | 32 | 4C | 0 | 49 | 1B | 7A | 3D | 2D |
| Octal | 55 | 272 | 62 | 114 | 0 | 111 | 33 | 172 | 75 | 55 |
| Binary | 101101 | 10111010 | 110010 | 1001100 | 0 | 1001001 | 11011 | 1111010 | 111101 | 101101 |
Color Harmonies of #2DBA32
Complementary color
Monochromatic Colors of #2DBA32
Black with #2DBA32
Text Example
Text Example
White with #2DBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA32; }
p { color: rgb(45,186,50); }
H1.HeaderClassName
{
color: #2DBA32;
}
.AnyTagClassName
{
color: #2DBA32;
}
</style>
background-color css
<style>
a { background-color: #2DBA32; }
a { background-color: rgb(45,186,50); }
div.DivClassName
{
background-color: #2DBA32;
}
.BgClassName
{
background-color: #2DBA32;
}
</style>
border-color css
<style>
span { border-color: #2DBA32; }
span { border-color: rgb(45,186,50); }
td.TdClassName
{
border-color: #2DBA32;
}
.TagClassName
{
border-color: #2DBA32;
}
</style>