Shades of Lime Green #2DBF4B
Tints of Lime Green #2DBF4B
RGB
CMYK
RGB Variations
Color information
#2DBF4B (or 0x2DBF4B) is known color: Lime Green. HEX triplet: 2D, BF and 4B. RGB value is (45,191,75). Sum of RGB (Red+Green+Blue) = 45+191+75=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF4B is #D240B4. Grayscale: #868686. Windows color (decimal): -13779125 or 4964141. OLE color: 4964141.
HSL color Cylindrical-coordinate representation of color #2DBF4B: hue angle of 132.33º 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 #2DBF4B is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 75 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.25 |
| HSL | 132.33º | 0.62% | 0.46% | - |
| HSV(B) | 132.33º | 0.76% | 0.75% | - |
| XYZ | 20.98 | 38.33 | 12.95 | - |
| YUV | 134.12 | 94.63 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 75 | 0.76 | 0 | 0.61 | 0.25 | 132.33 | 0.62 | 0.46 |
| Hex | 2D | BF | 4B | 4C | 0 | 3D | 19 | 84 | 3E | 2E |
| Octal | 55 | 277 | 113 | 114 | 0 | 75 | 31 | 204 | 76 | 56 |
| Binary | 101101 | 10111111 | 1001011 | 1001100 | 0 | 111101 | 11001 | 10000100 | 111110 | 101110 |
Color Harmonies of #2DBF4B
Complementary color
Monochromatic Colors of #2DBF4B
Black with #2DBF4B
Text Example
Text Example
White with #2DBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF4B; }
p { color: rgb(45,191,75); }
H1.HeaderClassName
{
color: #2DBF4B;
}
.AnyTagClassName
{
color: #2DBF4B;
}
</style>
background-color css
<style>
a { background-color: #2DBF4B; }
a { background-color: rgb(45,191,75); }
div.DivClassName
{
background-color: #2DBF4B;
}
.BgClassName
{
background-color: #2DBF4B;
}
</style>
border-color css
<style>
span { border-color: #2DBF4B; }
span { border-color: rgb(45,191,75); }
td.TdClassName
{
border-color: #2DBF4B;
}
.TagClassName
{
border-color: #2DBF4B;
}
</style>