Shades of Lime Green #2DBE36
Tints of Lime Green #2DBE36
RGB
CMYK
RGB Variations
Color information
#2DBE36 (or 0x2DBE36) is known color: Lime Green. HEX triplet: 2D, BE and 36. RGB value is (45,190,54). Sum of RGB (Red+Green+Blue) = 45+190+54=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE36 is #D241C9. Grayscale: #838383. Windows color (decimal): -13779402 or 3587629. OLE color: 3587629.
HSL color Cylindrical-coordinate representation of color #2DBE36: hue angle of 123.72º 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 #2DBE36 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 54 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.25 |
| HSL | 123.72º | 0.62% | 0.46% | - |
| HSV(B) | 123.72º | 0.76% | 0.75% | - |
| XYZ | 20.16 | 37.65 | 9.69 | - |
| YUV | 131.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 54 | 0.76 | 0 | 0.72 | 0.25 | 123.72 | 0.62 | 0.46 |
| Hex | 2D | BE | 36 | 4C | 0 | 48 | 19 | 7C | 3E | 2E |
| Octal | 55 | 276 | 66 | 114 | 0 | 110 | 31 | 174 | 76 | 56 |
| Binary | 101101 | 10111110 | 110110 | 1001100 | 0 | 1001000 | 11001 | 1111100 | 111110 | 101110 |
Color Harmonies of #2DBE36
Complementary color
Monochromatic Colors of #2DBE36
Black with #2DBE36
Text Example
Text Example
White with #2DBE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE36; }
p { color: rgb(45,190,54); }
H1.HeaderClassName
{
color: #2DBE36;
}
.AnyTagClassName
{
color: #2DBE36;
}
</style>
background-color css
<style>
a { background-color: #2DBE36; }
a { background-color: rgb(45,190,54); }
div.DivClassName
{
background-color: #2DBE36;
}
.BgClassName
{
background-color: #2DBE36;
}
</style>
border-color css
<style>
span { border-color: #2DBE36; }
span { border-color: rgb(45,190,54); }
td.TdClassName
{
border-color: #2DBE36;
}
.TagClassName
{
border-color: #2DBE36;
}
</style>