Shades of Lime Green #2DB23B
Tints of Lime Green #2DB23B
RGB
CMYK
RGB Variations
Color information
#2DB23B (or 0x2DB23B) is known color: Lime Green. HEX triplet: 2D, B2 and 3B. RGB value is (45,178,59). Sum of RGB (Red+Green+Blue) = 45+178+59=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB23B is #D24DC4. Grayscale: #7D7D7D. Windows color (decimal): -13782469 or 3912237. OLE color: 3912237.
HSL color Cylindrical-coordinate representation of color #2DB23B: hue angle of 126.32º 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 #2DB23B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 59 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.30 |
| HSL | 126.32º | 0.6% | 0.44% | - |
| HSV(B) | 126.32º | 0.75% | 0.7% | - |
| XYZ | 17.79 | 32.71 | 9.51 | - |
| YUV | 124.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 59 | 0.75 | 0 | 0.67 | 0.30 | 126.32 | 0.6 | 0.44 |
| Hex | 2D | B2 | 3B | 4B | 0 | 43 | 1E | 7E | 3C | 2C |
| Octal | 55 | 262 | 73 | 113 | 0 | 103 | 36 | 176 | 74 | 54 |
| Binary | 101101 | 10110010 | 111011 | 1001011 | 0 | 1000011 | 11110 | 1111110 | 111100 | 101100 |
Color Harmonies of #2DB23B
Complementary color
Monochromatic Colors of #2DB23B
Black with #2DB23B
Text Example
Text Example
White with #2DB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB23B; }
p { color: rgb(45,178,59); }
H1.HeaderClassName
{
color: #2DB23B;
}
.AnyTagClassName
{
color: #2DB23B;
}
</style>
background-color css
<style>
a { background-color: #2DB23B; }
a { background-color: rgb(45,178,59); }
div.DivClassName
{
background-color: #2DB23B;
}
.BgClassName
{
background-color: #2DB23B;
}
</style>
border-color css
<style>
span { border-color: #2DB23B; }
span { border-color: rgb(45,178,59); }
td.TdClassName
{
border-color: #2DB23B;
}
.TagClassName
{
border-color: #2DB23B;
}
</style>