Shades of Lime Green #2DBA40
Tints of Lime Green #2DBA40
RGB
CMYK
RGB Variations
Color information
#2DBA40 (or 0x2DBA40) is known color: Lime Green. HEX triplet: 2D, BA and 40. RGB value is (45,186,64). Sum of RGB (Red+Green+Blue) = 45+186+64=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA40 is #D245BF. Grayscale: #828282. Windows color (decimal): -13780416 or 4241965. OLE color: 4241965.
HSL color Cylindrical-coordinate representation of color #2DBA40: hue angle of 128.09º 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 #2DBA40 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 64 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.27 |
| HSL | 128.09º | 0.61% | 0.45% | - |
| HSV(B) | 128.09º | 0.76% | 0.73% | - |
| XYZ | 19.57 | 36.05 | 10.78 | - |
| YUV | 129.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 64 | 0.76 | 0 | 0.66 | 0.27 | 128.09 | 0.61 | 0.45 |
| Hex | 2D | BA | 40 | 4C | 0 | 42 | 1B | 80 | 3D | 2D |
| Octal | 55 | 272 | 100 | 114 | 0 | 102 | 33 | 200 | 75 | 55 |
| Binary | 101101 | 10111010 | 1000000 | 1001100 | 0 | 1000010 | 11011 | 10000000 | 111101 | 101101 |
Color Harmonies of #2DBA40
Complementary color
Monochromatic Colors of #2DBA40
Black with #2DBA40
Text Example
Text Example
White with #2DBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA40; }
p { color: rgb(45,186,64); }
H1.HeaderClassName
{
color: #2DBA40;
}
.AnyTagClassName
{
color: #2DBA40;
}
</style>
background-color css
<style>
a { background-color: #2DBA40; }
a { background-color: rgb(45,186,64); }
div.DivClassName
{
background-color: #2DBA40;
}
.BgClassName
{
background-color: #2DBA40;
}
</style>
border-color css
<style>
span { border-color: #2DBA40; }
span { border-color: rgb(45,186,64); }
td.TdClassName
{
border-color: #2DBA40;
}
.TagClassName
{
border-color: #2DBA40;
}
</style>