Shades of Lime Green #2DBC4B
Tints of Lime Green #2DBC4B
RGB
CMYK
RGB Variations
Color information
#2DBC4B (or 0x2DBC4B) is known color: Lime Green. HEX triplet: 2D, BC and 4B. RGB value is (45,188,75). Sum of RGB (Red+Green+Blue) = 45+188+75=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC4B is #D243B4. Grayscale: #848484. Windows color (decimal): -13779893 or 4963373. OLE color: 4963373.
HSL color Cylindrical-coordinate representation of color #2DBC4B: hue angle of 132.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC4B is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 75 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.26 |
| HSL | 132.59º | 0.61% | 0.46% | - |
| HSV(B) | 132.59º | 0.76% | 0.74% | - |
| XYZ | 20.34 | 37.03 | 12.73 | - |
| YUV | 132.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 75 | 0.76 | 0 | 0.60 | 0.26 | 132.59 | 0.61 | 0.46 |
| Hex | 2D | BC | 4B | 4C | 0 | 3C | 1A | 85 | 3D | 2E |
| Octal | 55 | 274 | 113 | 114 | 0 | 74 | 32 | 205 | 75 | 56 |
| Binary | 101101 | 10111100 | 1001011 | 1001100 | 0 | 111100 | 11010 | 10000101 | 111101 | 101110 |
Color Harmonies of #2DBC4B
Complementary color
Monochromatic Colors of #2DBC4B
Black with #2DBC4B
Text Example
Text Example
White with #2DBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC4B; }
p { color: rgb(45,188,75); }
H1.HeaderClassName
{
color: #2DBC4B;
}
.AnyTagClassName
{
color: #2DBC4B;
}
</style>
background-color css
<style>
a { background-color: #2DBC4B; }
a { background-color: rgb(45,188,75); }
div.DivClassName
{
background-color: #2DBC4B;
}
.BgClassName
{
background-color: #2DBC4B;
}
</style>
border-color css
<style>
span { border-color: #2DBC4B; }
span { border-color: rgb(45,188,75); }
td.TdClassName
{
border-color: #2DBC4B;
}
.TagClassName
{
border-color: #2DBC4B;
}
</style>