Shades of Lime Green #2DBF43
Tints of Lime Green #2DBF43
RGB
CMYK
RGB Variations
Color information
#2DBF43 (or 0x2DBF43) is known color: Lime Green. HEX triplet: 2D, BF and 43. RGB value is (45,191,67). Sum of RGB (Red+Green+Blue) = 45+191+67=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF43 is #D240BC. Grayscale: #858585. Windows color (decimal): -13779133 or 4439853. OLE color: 4439853.
HSL color Cylindrical-coordinate representation of color #2DBF43: hue angle of 129.04º 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 #2DBF43 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 67 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.25 |
| HSL | 129.04º | 0.62% | 0.46% | - |
| HSV(B) | 129.04º | 0.76% | 0.75% | - |
| XYZ | 20.73 | 38.22 | 11.6 | - |
| YUV | 133.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 67 | 0.76 | 0 | 0.65 | 0.25 | 129.04 | 0.62 | 0.46 |
| Hex | 2D | BF | 43 | 4C | 0 | 41 | 19 | 81 | 3E | 2E |
| Octal | 55 | 277 | 103 | 114 | 0 | 101 | 31 | 201 | 76 | 56 |
| Binary | 101101 | 10111111 | 1000011 | 1001100 | 0 | 1000001 | 11001 | 10000001 | 111110 | 101110 |
Color Harmonies of #2DBF43
Complementary color
Monochromatic Colors of #2DBF43
Black with #2DBF43
Text Example
Text Example
White with #2DBF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF43; }
p { color: rgb(45,191,67); }
H1.HeaderClassName
{
color: #2DBF43;
}
.AnyTagClassName
{
color: #2DBF43;
}
</style>
background-color css
<style>
a { background-color: #2DBF43; }
a { background-color: rgb(45,191,67); }
div.DivClassName
{
background-color: #2DBF43;
}
.BgClassName
{
background-color: #2DBF43;
}
</style>
border-color css
<style>
span { border-color: #2DBF43; }
span { border-color: rgb(45,191,67); }
td.TdClassName
{
border-color: #2DBF43;
}
.TagClassName
{
border-color: #2DBF43;
}
</style>