Shades of Lime Green #2DB31C
Tints of Lime Green #2DB31C
RGB
CMYK
RGB Variations
Color information
#2DB31C (or 0x2DB31C) is known color: Lime Green. HEX triplet: 2D, B3 and 1C. RGB value is (45,179,28). Sum of RGB (Red+Green+Blue) = 45+179+28=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB31C is #D24CE3. Grayscale: #7A7A7A. Windows color (decimal): -13782244 or 1880877. OLE color: 1880877.
HSL color Cylindrical-coordinate representation of color #2DB31C: hue angle of 113.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB31C is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 28 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.30 |
| HSL | 113.25º | 0.73% | 0.41% | - |
| HSV(B) | 113.25º | 0.84% | 0.7% | - |
| XYZ | 17.41 | 32.88 | 6.53 | - |
| YUV | 121.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 28 | 0.75 | 0 | 0.84 | 0.30 | 113.25 | 0.73 | 0.41 |
| Hex | 2D | B3 | 1C | 4B | 0 | 54 | 1E | 71 | 49 | 29 |
| Octal | 55 | 263 | 34 | 113 | 0 | 124 | 36 | 161 | 111 | 51 |
| Binary | 101101 | 10110011 | 11100 | 1001011 | 0 | 1010100 | 11110 | 1110001 | 1001001 | 101001 |
Color Harmonies of #2DB31C
Complementary color
Monochromatic Colors of #2DB31C
Black with #2DB31C
Text Example
Text Example
White with #2DB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB31C; }
p { color: rgb(45,179,28); }
H1.HeaderClassName
{
color: #2DB31C;
}
.AnyTagClassName
{
color: #2DB31C;
}
</style>
background-color css
<style>
a { background-color: #2DB31C; }
a { background-color: rgb(45,179,28); }
div.DivClassName
{
background-color: #2DB31C;
}
.BgClassName
{
background-color: #2DB31C;
}
</style>
border-color css
<style>
span { border-color: #2DB31C; }
span { border-color: rgb(45,179,28); }
td.TdClassName
{
border-color: #2DB31C;
}
.TagClassName
{
border-color: #2DB31C;
}
</style>