Shades of Lime Green #2DBE41
Tints of Lime Green #2DBE41
RGB
CMYK
RGB Variations
Color information
#2DBE41 (or 0x2DBE41) is known color: Lime Green. HEX triplet: 2D, BE and 41. RGB value is (45,190,65). Sum of RGB (Red+Green+Blue) = 45+190+65=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE41 is #D241BE. Grayscale: #848484. Windows color (decimal): -13779391 or 4308525. OLE color: 4308525.
HSL color Cylindrical-coordinate representation of color #2DBE41: hue angle of 128.28º 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 #2DBE41 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 65 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.25 |
| HSL | 128.28º | 0.62% | 0.46% | - |
| HSV(B) | 128.28º | 0.76% | 0.75% | - |
| XYZ | 20.45 | 37.77 | 11.21 | - |
| YUV | 132.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 65 | 0.76 | 0 | 0.66 | 0.25 | 128.28 | 0.62 | 0.46 |
| Hex | 2D | BE | 41 | 4C | 0 | 42 | 19 | 80 | 3E | 2E |
| Octal | 55 | 276 | 101 | 114 | 0 | 102 | 31 | 200 | 76 | 56 |
| Binary | 101101 | 10111110 | 1000001 | 1001100 | 0 | 1000010 | 11001 | 10000000 | 111110 | 101110 |
Color Harmonies of #2DBE41
Complementary color
Monochromatic Colors of #2DBE41
Black with #2DBE41
Text Example
Text Example
White with #2DBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE41; }
p { color: rgb(45,190,65); }
H1.HeaderClassName
{
color: #2DBE41;
}
.AnyTagClassName
{
color: #2DBE41;
}
</style>
background-color css
<style>
a { background-color: #2DBE41; }
a { background-color: rgb(45,190,65); }
div.DivClassName
{
background-color: #2DBE41;
}
.BgClassName
{
background-color: #2DBE41;
}
</style>
border-color css
<style>
span { border-color: #2DBE41; }
span { border-color: rgb(45,190,65); }
td.TdClassName
{
border-color: #2DBE41;
}
.TagClassName
{
border-color: #2DBE41;
}
</style>