Shades of Lime Green #2DBD3C
Tints of Lime Green #2DBD3C
RGB
CMYK
RGB Variations
Color information
#2DBD3C (or 0x2DBD3C) is known color: Lime Green. HEX triplet: 2D, BD and 3C. RGB value is (45,189,60). Sum of RGB (Red+Green+Blue) = 45+189+60=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD3C is #D242C3. Grayscale: #838383. Windows color (decimal): -13779652 or 3980589. OLE color: 3980589.
HSL color Cylindrical-coordinate representation of color #2DBD3C: hue angle of 126.25º degrees, saturation: 0.62, 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 #2DBD3C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 60 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.26 |
| HSL | 126.25º | 0.62% | 0.46% | - |
| HSV(B) | 126.25º | 0.76% | 0.74% | - |
| XYZ | 20.1 | 37.28 | 10.41 | - |
| YUV | 131.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 60 | 0.76 | 0 | 0.68 | 0.26 | 126.25 | 0.62 | 0.46 |
| Hex | 2D | BD | 3C | 4C | 0 | 44 | 1A | 7E | 3E | 2E |
| Octal | 55 | 275 | 74 | 114 | 0 | 104 | 32 | 176 | 76 | 56 |
| Binary | 101101 | 10111101 | 111100 | 1001100 | 0 | 1000100 | 11010 | 1111110 | 111110 | 101110 |
Color Harmonies of #2DBD3C
Complementary color
Monochromatic Colors of #2DBD3C
Black with #2DBD3C
Text Example
Text Example
White with #2DBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD3C; }
p { color: rgb(45,189,60); }
H1.HeaderClassName
{
color: #2DBD3C;
}
.AnyTagClassName
{
color: #2DBD3C;
}
</style>
background-color css
<style>
a { background-color: #2DBD3C; }
a { background-color: rgb(45,189,60); }
div.DivClassName
{
background-color: #2DBD3C;
}
.BgClassName
{
background-color: #2DBD3C;
}
</style>
border-color css
<style>
span { border-color: #2DBD3C; }
span { border-color: rgb(45,189,60); }
td.TdClassName
{
border-color: #2DBD3C;
}
.TagClassName
{
border-color: #2DBD3C;
}
</style>