Shades of Lime Green #2DBF2D
Tints of Lime Green #2DBF2D
RGB
CMYK
RGB Variations
Color information
#2DBF2D (or 0x2DBF2D) is known color: Lime Green. HEX triplet: 2D, BF and 2D. RGB value is (45,191,45). Sum of RGB (Red+Green+Blue) = 45+191+45=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF2D is #D240D2. Grayscale: #838383. Windows color (decimal): -13779155 or 2998061. OLE color: 2998061.
HSL color Cylindrical-coordinate representation of color #2DBF2D: hue angle of 120º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF2D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 45 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.25 |
| HSL | 120º | 0.62% | 0.46% | - |
| HSV(B) | 120º | 0.76% | 0.75% | - |
| XYZ | 20.19 | 38.01 | 8.76 | - |
| YUV | 130.7 | 79.63 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 45 | 0.76 | 0 | 0.76 | 0.25 | 120 | 0.62 | 0.46 |
| Hex | 2D | BF | 2D | 4C | 0 | 4C | 19 | 78 | 3E | 2E |
| Octal | 55 | 277 | 55 | 114 | 0 | 114 | 31 | 170 | 76 | 56 |
| Binary | 101101 | 10111111 | 101101 | 1001100 | 0 | 1001100 | 11001 | 1111000 | 111110 | 101110 |
Color Harmonies of #2DBF2D
Complementary color
Monochromatic Colors of #2DBF2D
Black with #2DBF2D
Text Example
Text Example
White with #2DBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF2D; }
p { color: rgb(45,191,45); }
H1.HeaderClassName
{
color: #2DBF2D;
}
.AnyTagClassName
{
color: #2DBF2D;
}
</style>
background-color css
<style>
a { background-color: #2DBF2D; }
a { background-color: rgb(45,191,45); }
div.DivClassName
{
background-color: #2DBF2D;
}
.BgClassName
{
background-color: #2DBF2D;
}
</style>
border-color css
<style>
span { border-color: #2DBF2D; }
span { border-color: rgb(45,191,45); }
td.TdClassName
{
border-color: #2DBF2D;
}
.TagClassName
{
border-color: #2DBF2D;
}
</style>