Shades of Lime Green #2DBA36
Tints of Lime Green #2DBA36
RGB
CMYK
RGB Variations
Color information
#2DBA36 (or 0x2DBA36) is known color: Lime Green. HEX triplet: 2D, BA and 36. RGB value is (45,186,54). Sum of RGB (Red+Green+Blue) = 45+186+54=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA36 is #D245C9. Grayscale: #818181. Windows color (decimal): -13780426 or 3586605. OLE color: 3586605.
HSL color Cylindrical-coordinate representation of color #2DBA36: hue angle of 123.83º 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 #2DBA36 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 54 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.27 |
| HSL | 123.83º | 0.61% | 0.45% | - |
| HSV(B) | 123.83º | 0.76% | 0.73% | - |
| XYZ | 19.31 | 35.94 | 9.41 | - |
| YUV | 128.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 54 | 0.76 | 0 | 0.71 | 0.27 | 123.83 | 0.61 | 0.45 |
| Hex | 2D | BA | 36 | 4C | 0 | 47 | 1B | 7C | 3D | 2D |
| Octal | 55 | 272 | 66 | 114 | 0 | 107 | 33 | 174 | 75 | 55 |
| Binary | 101101 | 10111010 | 110110 | 1001100 | 0 | 1000111 | 11011 | 1111100 | 111101 | 101101 |
Color Harmonies of #2DBA36
Complementary color
Monochromatic Colors of #2DBA36
Black with #2DBA36
Text Example
Text Example
White with #2DBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA36; }
p { color: rgb(45,186,54); }
H1.HeaderClassName
{
color: #2DBA36;
}
.AnyTagClassName
{
color: #2DBA36;
}
</style>
background-color css
<style>
a { background-color: #2DBA36; }
a { background-color: rgb(45,186,54); }
div.DivClassName
{
background-color: #2DBA36;
}
.BgClassName
{
background-color: #2DBA36;
}
</style>
border-color css
<style>
span { border-color: #2DBA36; }
span { border-color: rgb(45,186,54); }
td.TdClassName
{
border-color: #2DBA36;
}
.TagClassName
{
border-color: #2DBA36;
}
</style>