Shades of Lime Green #2DB228
Tints of Lime Green #2DB228
RGB
CMYK
RGB Variations
Color information
#2DB228 (or 0x2DB228) is known color: Lime Green. HEX triplet: 2D, B2 and 28. RGB value is (45,178,40). Sum of RGB (Red+Green+Blue) = 45+178+40=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 178 (69.92% from 255 or 67.68% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB228 is #D24DD7. Grayscale: #7A7A7A. Windows color (decimal): -13782488 or 2667053. OLE color: 2667053.
HSL color Cylindrical-coordinate representation of color #2DB228: hue angle of 117.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DB228 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 40 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.30 |
| HSL | 117.83º | 0.63% | 0.43% | - |
| HSV(B) | 117.83º | 0.78% | 0.7% | - |
| XYZ | 17.39 | 32.55 | 7.37 | - |
| YUV | 122.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 40 | 0.75 | 0 | 0.78 | 0.30 | 117.83 | 0.63 | 0.43 |
| Hex | 2D | B2 | 28 | 4B | 0 | 4E | 1E | 76 | 3F | 2B |
| Octal | 55 | 262 | 50 | 113 | 0 | 116 | 36 | 166 | 77 | 53 |
| Binary | 101101 | 10110010 | 101000 | 1001011 | 0 | 1001110 | 11110 | 1110110 | 111111 | 101011 |
Color Harmonies of #2DB228
Complementary color
Monochromatic Colors of #2DB228
Black with #2DB228
Text Example
Text Example
White with #2DB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB228; }
p { color: rgb(45,178,40); }
H1.HeaderClassName
{
color: #2DB228;
}
.AnyTagClassName
{
color: #2DB228;
}
</style>
background-color css
<style>
a { background-color: #2DB228; }
a { background-color: rgb(45,178,40); }
div.DivClassName
{
background-color: #2DB228;
}
.BgClassName
{
background-color: #2DB228;
}
</style>
border-color css
<style>
span { border-color: #2DB228; }
span { border-color: rgb(45,178,40); }
td.TdClassName
{
border-color: #2DB228;
}
.TagClassName
{
border-color: #2DB228;
}
</style>