Shades of Lime Green #2DBE4C
Tints of Lime Green #2DBE4C
RGB
CMYK
RGB Variations
Color information
#2DBE4C (or 0x2DBE4C) is known color: Lime Green. HEX triplet: 2D, BE and 4C. RGB value is (45,190,76). Sum of RGB (Red+Green+Blue) = 45+190+76=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE4C is #D241B3. Grayscale: #858585. Windows color (decimal): -13779380 or 5029421. OLE color: 5029421.
HSL color Cylindrical-coordinate representation of color #2DBE4C: hue angle of 132.83º 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 #2DBE4C is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 76 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.25 |
| HSL | 132.83º | 0.62% | 0.46% | - |
| HSV(B) | 132.83º | 0.76% | 0.75% | - |
| XYZ | 20.8 | 37.91 | 13.06 | - |
| YUV | 133.65 | 95.46 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 76 | 0.76 | 0 | 0.60 | 0.25 | 132.83 | 0.62 | 0.46 |
| Hex | 2D | BE | 4C | 4C | 0 | 3C | 19 | 85 | 3E | 2E |
| Octal | 55 | 276 | 114 | 114 | 0 | 74 | 31 | 205 | 76 | 56 |
| Binary | 101101 | 10111110 | 1001100 | 1001100 | 0 | 111100 | 11001 | 10000101 | 111110 | 101110 |
Color Harmonies of #2DBE4C
Complementary color
Monochromatic Colors of #2DBE4C
Black with #2DBE4C
Text Example
Text Example
White with #2DBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE4C; }
p { color: rgb(45,190,76); }
H1.HeaderClassName
{
color: #2DBE4C;
}
.AnyTagClassName
{
color: #2DBE4C;
}
</style>
background-color css
<style>
a { background-color: #2DBE4C; }
a { background-color: rgb(45,190,76); }
div.DivClassName
{
background-color: #2DBE4C;
}
.BgClassName
{
background-color: #2DBE4C;
}
</style>
border-color css
<style>
span { border-color: #2DBE4C; }
span { border-color: rgb(45,190,76); }
td.TdClassName
{
border-color: #2DBE4C;
}
.TagClassName
{
border-color: #2DBE4C;
}
</style>