Shades of Lime Green #2DB232
Tints of Lime Green #2DB232
RGB
CMYK
RGB Variations
Color information
#2DB232 (or 0x2DB232) is known color: Lime Green. HEX triplet: 2D, B2 and 32. RGB value is (45,178,50). Sum of RGB (Red+Green+Blue) = 45+178+50=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB232 is #D24DCD. Grayscale: #7C7C7C. Windows color (decimal): -13782478 or 3322413. OLE color: 3322413.
HSL color Cylindrical-coordinate representation of color #2DB232: hue angle of 122.26º 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 #2DB232 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 50 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.30 |
| HSL | 122.26º | 0.6% | 0.44% | - |
| HSV(B) | 122.26º | 0.75% | 0.7% | - |
| XYZ | 17.58 | 32.63 | 8.39 | - |
| YUV | 123.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 50 | 0.75 | 0 | 0.72 | 0.30 | 122.26 | 0.6 | 0.44 |
| Hex | 2D | B2 | 32 | 4B | 0 | 48 | 1E | 7A | 3C | 2C |
| Octal | 55 | 262 | 62 | 113 | 0 | 110 | 36 | 172 | 74 | 54 |
| Binary | 101101 | 10110010 | 110010 | 1001011 | 0 | 1001000 | 11110 | 1111010 | 111100 | 101100 |
Color Harmonies of #2DB232
Complementary color
Monochromatic Colors of #2DB232
Black with #2DB232
Text Example
Text Example
White with #2DB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB232; }
p { color: rgb(45,178,50); }
H1.HeaderClassName
{
color: #2DB232;
}
.AnyTagClassName
{
color: #2DB232;
}
</style>
background-color css
<style>
a { background-color: #2DB232; }
a { background-color: rgb(45,178,50); }
div.DivClassName
{
background-color: #2DB232;
}
.BgClassName
{
background-color: #2DB232;
}
</style>
border-color css
<style>
span { border-color: #2DB232; }
span { border-color: rgb(45,178,50); }
td.TdClassName
{
border-color: #2DB232;
}
.TagClassName
{
border-color: #2DB232;
}
</style>