Shades of Lime Green #2DB23D
Tints of Lime Green #2DB23D
RGB
CMYK
RGB Variations
Color information
#2DB23D (or 0x2DB23D) is known color: Lime Green. HEX triplet: 2D, B2 and 3D. RGB value is (45,178,61). Sum of RGB (Red+Green+Blue) = 45+178+61=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB23D is #D24DC2. Grayscale: #7D7D7D. Windows color (decimal): -13782467 or 4043309. OLE color: 4043309.
HSL color Cylindrical-coordinate representation of color #2DB23D: hue angle of 127.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB23D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 61 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.30 |
| HSL | 127.22º | 0.6% | 0.44% | - |
| HSV(B) | 127.22º | 0.75% | 0.7% | - |
| XYZ | 17.84 | 32.74 | 9.79 | - |
| YUV | 124.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 61 | 0.75 | 0 | 0.66 | 0.30 | 127.22 | 0.6 | 0.44 |
| Hex | 2D | B2 | 3D | 4B | 0 | 42 | 1E | 7F | 3C | 2C |
| Octal | 55 | 262 | 75 | 113 | 0 | 102 | 36 | 177 | 74 | 54 |
| Binary | 101101 | 10110010 | 111101 | 1001011 | 0 | 1000010 | 11110 | 1111111 | 111100 | 101100 |
Color Harmonies of #2DB23D
Complementary color
Monochromatic Colors of #2DB23D
Black with #2DB23D
Text Example
Text Example
White with #2DB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB23D; }
p { color: rgb(45,178,61); }
H1.HeaderClassName
{
color: #2DB23D;
}
.AnyTagClassName
{
color: #2DB23D;
}
</style>
background-color css
<style>
a { background-color: #2DB23D; }
a { background-color: rgb(45,178,61); }
div.DivClassName
{
background-color: #2DB23D;
}
.BgClassName
{
background-color: #2DB23D;
}
</style>
border-color css
<style>
span { border-color: #2DB23D; }
span { border-color: rgb(45,178,61); }
td.TdClassName
{
border-color: #2DB23D;
}
.TagClassName
{
border-color: #2DB23D;
}
</style>