Shades of Lime Green #2DBF39
Tints of Lime Green #2DBF39
RGB
CMYK
RGB Variations
Color information
#2DBF39 (or 0x2DBF39) is known color: Lime Green. HEX triplet: 2D, BF and 39. RGB value is (45,191,57). Sum of RGB (Red+Green+Blue) = 45+191+57=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF39 is #D240C6. Grayscale: #848484. Windows color (decimal): -13779143 or 3784493. OLE color: 3784493.
HSL color Cylindrical-coordinate representation of color #2DBF39: hue angle of 124.93º 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 #2DBF39 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 57 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.25 |
| HSL | 124.93º | 0.62% | 0.46% | - |
| HSV(B) | 124.93º | 0.76% | 0.75% | - |
| XYZ | 20.45 | 38.11 | 10.15 | - |
| YUV | 132.07 | 85.63 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 57 | 0.76 | 0 | 0.70 | 0.25 | 124.93 | 0.62 | 0.46 |
| Hex | 2D | BF | 39 | 4C | 0 | 46 | 19 | 7D | 3E | 2E |
| Octal | 55 | 277 | 71 | 114 | 0 | 106 | 31 | 175 | 76 | 56 |
| Binary | 101101 | 10111111 | 111001 | 1001100 | 0 | 1000110 | 11001 | 1111101 | 111110 | 101110 |
Color Harmonies of #2DBF39
Complementary color
Monochromatic Colors of #2DBF39
Black with #2DBF39
Text Example
Text Example
White with #2DBF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF39; }
p { color: rgb(45,191,57); }
H1.HeaderClassName
{
color: #2DBF39;
}
.AnyTagClassName
{
color: #2DBF39;
}
</style>
background-color css
<style>
a { background-color: #2DBF39; }
a { background-color: rgb(45,191,57); }
div.DivClassName
{
background-color: #2DBF39;
}
.BgClassName
{
background-color: #2DBF39;
}
</style>
border-color css
<style>
span { border-color: #2DBF39; }
span { border-color: rgb(45,191,57); }
td.TdClassName
{
border-color: #2DBF39;
}
.TagClassName
{
border-color: #2DBF39;
}
</style>