Shades of Lime Green #2DBE26
Tints of Lime Green #2DBE26
RGB
CMYK
RGB Variations
Color information
#2DBE26 (or 0x2DBE26) is known color: Lime Green. HEX triplet: 2D, BE and 26. RGB value is (45,190,38). Sum of RGB (Red+Green+Blue) = 45+190+38=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE26 is #D241D9. Grayscale: #818181. Windows color (decimal): -13779418 or 2539053. OLE color: 2539053.
HSL color Cylindrical-coordinate representation of color #2DBE26: hue angle of 117.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBE26 is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 38 | - |
| CMYK | 0.76 | 0 | 0.8 | 0.25 |
| HSL | 117.24º | 0.67% | 0.45% | - |
| HSV(B) | 117.24º | 0.8% | 0.75% | - |
| XYZ | 19.85 | 37.52 | 8.03 | - |
| YUV | 129.32 | 76.46 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 38 | 0.76 | 0 | 0.8 | 0.25 | 117.24 | 0.67 | 0.45 |
| Hex | 2D | BE | 26 | 4C | 0 | 50 | 19 | 75 | 43 | 2D |
| Octal | 55 | 276 | 46 | 114 | 0 | 120 | 31 | 165 | 103 | 55 |
| Binary | 101101 | 10111110 | 100110 | 1001100 | 0 | 1010000 | 11001 | 1110101 | 1000011 | 101101 |
Color Harmonies of #2DBE26
Complementary color
Monochromatic Colors of #2DBE26
Black with #2DBE26
Text Example
Text Example
White with #2DBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE26; }
p { color: rgb(45,190,38); }
H1.HeaderClassName
{
color: #2DBE26;
}
.AnyTagClassName
{
color: #2DBE26;
}
</style>
background-color css
<style>
a { background-color: #2DBE26; }
a { background-color: rgb(45,190,38); }
div.DivClassName
{
background-color: #2DBE26;
}
.BgClassName
{
background-color: #2DBE26;
}
</style>
border-color css
<style>
span { border-color: #2DBE26; }
span { border-color: rgb(45,190,38); }
td.TdClassName
{
border-color: #2DBE26;
}
.TagClassName
{
border-color: #2DBE26;
}
</style>