Shades of Lime Green #2DBE24
Tints of Lime Green #2DBE24
RGB
CMYK
RGB Variations
Color information
#2DBE24 (or 0x2DBE24) is known color: Lime Green. HEX triplet: 2D, BE and 24. RGB value is (45,190,36). Sum of RGB (Red+Green+Blue) = 45+190+36=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE24 is #D241DB. Grayscale: #818181. Windows color (decimal): -13779420 or 2407981. OLE color: 2407981.
HSL color Cylindrical-coordinate representation of color #2DBE24: hue angle of 116.49º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBE24 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 36 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.25 |
| HSL | 116.49º | 0.68% | 0.44% | - |
| HSV(B) | 116.49º | 0.81% | 0.75% | - |
| XYZ | 19.81 | 37.51 | 7.87 | - |
| YUV | 129.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 36 | 0.76 | 0 | 0.81 | 0.25 | 116.49 | 0.68 | 0.44 |
| Hex | 2D | BE | 24 | 4C | 0 | 51 | 19 | 74 | 44 | 2C |
| Octal | 55 | 276 | 44 | 114 | 0 | 121 | 31 | 164 | 104 | 54 |
| Binary | 101101 | 10111110 | 100100 | 1001100 | 0 | 1010001 | 11001 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2DBE24
Complementary color
Monochromatic Colors of #2DBE24
Black with #2DBE24
Text Example
Text Example
White with #2DBE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE24; }
p { color: rgb(45,190,36); }
H1.HeaderClassName
{
color: #2DBE24;
}
.AnyTagClassName
{
color: #2DBE24;
}
</style>
background-color css
<style>
a { background-color: #2DBE24; }
a { background-color: rgb(45,190,36); }
div.DivClassName
{
background-color: #2DBE24;
}
.BgClassName
{
background-color: #2DBE24;
}
</style>
border-color css
<style>
span { border-color: #2DBE24; }
span { border-color: rgb(45,190,36); }
td.TdClassName
{
border-color: #2DBE24;
}
.TagClassName
{
border-color: #2DBE24;
}
</style>