Shades of Lime Green #2DB638
Tints of Lime Green #2DB638
RGB
CMYK
RGB Variations
Color information
#2DB638 (or 0x2DB638) is known color: Lime Green. HEX triplet: 2D, B6 and 38. RGB value is (45,182,56). Sum of RGB (Red+Green+Blue) = 45+182+56=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB638 is #D249C7. Grayscale: #7F7F7F. Windows color (decimal): -13781448 or 3716653. OLE color: 3716653.
HSL color Cylindrical-coordinate representation of color #2DB638: hue angle of 124.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB638 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 56 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.29 |
| HSL | 124.82º | 0.6% | 0.45% | - |
| HSV(B) | 124.82º | 0.75% | 0.71% | - |
| XYZ | 18.52 | 34.3 | 9.39 | - |
| YUV | 126.67 | 88.11 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 56 | 0.75 | 0 | 0.69 | 0.29 | 124.82 | 0.6 | 0.45 |
| Hex | 2D | B6 | 38 | 4B | 0 | 45 | 1D | 7D | 3C | 2D |
| Octal | 55 | 266 | 70 | 113 | 0 | 105 | 35 | 175 | 74 | 55 |
| Binary | 101101 | 10110110 | 111000 | 1001011 | 0 | 1000101 | 11101 | 1111101 | 111100 | 101101 |
Color Harmonies of #2DB638
Complementary color
Monochromatic Colors of #2DB638
Black with #2DB638
Text Example
Text Example
White with #2DB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB638; }
p { color: rgb(45,182,56); }
H1.HeaderClassName
{
color: #2DB638;
}
.AnyTagClassName
{
color: #2DB638;
}
</style>
background-color css
<style>
a { background-color: #2DB638; }
a { background-color: rgb(45,182,56); }
div.DivClassName
{
background-color: #2DB638;
}
.BgClassName
{
background-color: #2DB638;
}
</style>
border-color css
<style>
span { border-color: #2DB638; }
span { border-color: rgb(45,182,56); }
td.TdClassName
{
border-color: #2DB638;
}
.TagClassName
{
border-color: #2DB638;
}
</style>