Shades of Lime Green #2DBE3F
Tints of Lime Green #2DBE3F
RGB
CMYK
RGB Variations
Color information
#2DBE3F (or 0x2DBE3F) is known color: Lime Green. HEX triplet: 2D, BE and 3F. RGB value is (45,190,63). Sum of RGB (Red+Green+Blue) = 45+190+63=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE3F is #D241C0. Grayscale: #848484. Windows color (decimal): -13779393 or 4177453. OLE color: 4177453.
HSL color Cylindrical-coordinate representation of color #2DBE3F: hue angle of 127.45º 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 #2DBE3F is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 63 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.25 |
| HSL | 127.45º | 0.62% | 0.46% | - |
| HSV(B) | 127.45º | 0.76% | 0.75% | - |
| XYZ | 20.39 | 37.74 | 10.91 | - |
| YUV | 132.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 63 | 0.76 | 0 | 0.67 | 0.25 | 127.45 | 0.62 | 0.46 |
| Hex | 2D | BE | 3F | 4C | 0 | 43 | 19 | 7F | 3E | 2E |
| Octal | 55 | 276 | 77 | 114 | 0 | 103 | 31 | 177 | 76 | 56 |
| Binary | 101101 | 10111110 | 111111 | 1001100 | 0 | 1000011 | 11001 | 1111111 | 111110 | 101110 |
Color Harmonies of #2DBE3F
Complementary color
Monochromatic Colors of #2DBE3F
Black with #2DBE3F
Text Example
Text Example
White with #2DBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE3F; }
p { color: rgb(45,190,63); }
H1.HeaderClassName
{
color: #2DBE3F;
}
.AnyTagClassName
{
color: #2DBE3F;
}
</style>
background-color css
<style>
a { background-color: #2DBE3F; }
a { background-color: rgb(45,190,63); }
div.DivClassName
{
background-color: #2DBE3F;
}
.BgClassName
{
background-color: #2DBE3F;
}
</style>
border-color css
<style>
span { border-color: #2DBE3F; }
span { border-color: rgb(45,190,63); }
td.TdClassName
{
border-color: #2DBE3F;
}
.TagClassName
{
border-color: #2DBE3F;
}
</style>