Shades of Lime Green #2DBE3D
Tints of Lime Green #2DBE3D
RGB
CMYK
RGB Variations
Color information
#2DBE3D (or 0x2DBE3D) is known color: Lime Green. HEX triplet: 2D, BE and 3D. RGB value is (45,190,61). Sum of RGB (Red+Green+Blue) = 45+190+61=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE3D is #D241C2. Grayscale: #848484. Windows color (decimal): -13779395 or 4046381. OLE color: 4046381.
HSL color Cylindrical-coordinate representation of color #2DBE3D: hue angle of 126.62º 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 #2DBE3D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 61 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.25 |
| HSL | 126.62º | 0.62% | 0.46% | - |
| HSV(B) | 126.62º | 0.76% | 0.75% | - |
| XYZ | 20.34 | 37.72 | 10.62 | - |
| YUV | 131.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 61 | 0.76 | 0 | 0.68 | 0.25 | 126.62 | 0.62 | 0.46 |
| Hex | 2D | BE | 3D | 4C | 0 | 44 | 19 | 7F | 3E | 2E |
| Octal | 55 | 276 | 75 | 114 | 0 | 104 | 31 | 177 | 76 | 56 |
| Binary | 101101 | 10111110 | 111101 | 1001100 | 0 | 1000100 | 11001 | 1111111 | 111110 | 101110 |
Color Harmonies of #2DBE3D
Complementary color
Monochromatic Colors of #2DBE3D
Black with #2DBE3D
Text Example
Text Example
White with #2DBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE3D; }
p { color: rgb(45,190,61); }
H1.HeaderClassName
{
color: #2DBE3D;
}
.AnyTagClassName
{
color: #2DBE3D;
}
</style>
background-color css
<style>
a { background-color: #2DBE3D; }
a { background-color: rgb(45,190,61); }
div.DivClassName
{
background-color: #2DBE3D;
}
.BgClassName
{
background-color: #2DBE3D;
}
</style>
border-color css
<style>
span { border-color: #2DBE3D; }
span { border-color: rgb(45,190,61); }
td.TdClassName
{
border-color: #2DBE3D;
}
.TagClassName
{
border-color: #2DBE3D;
}
</style>