Shades of Lime Green #2DC328
Tints of Lime Green #2DC328
RGB
CMYK
RGB Variations
Color information
#2DC328 (or 0x2DC328) is known color: Lime Green. HEX triplet: 2D, C3 and 28. RGB value is (45,195,40). Sum of RGB (Red+Green+Blue) = 45+195+40=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC328 is #D23CD7. Grayscale: #848484. Windows color (decimal): -13778136 or 2671405. OLE color: 2671405.
HSL color Cylindrical-coordinate representation of color #2DC328: hue angle of 118.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DC328 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 40 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.24 |
| HSL | 118.06º | 0.66% | 0.46% | - |
| HSV(B) | 118.06º | 0.79% | 0.76% | - |
| XYZ | 20.98 | 39.74 | 8.57 | - |
| YUV | 132.48 | 75.81 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 40 | 0.77 | 0 | 0.79 | 0.24 | 118.06 | 0.66 | 0.46 |
| Hex | 2D | C3 | 28 | 4D | 0 | 4F | 18 | 76 | 42 | 2E |
| Octal | 55 | 303 | 50 | 115 | 0 | 117 | 30 | 166 | 102 | 56 |
| Binary | 101101 | 11000011 | 101000 | 1001101 | 0 | 1001111 | 11000 | 1110110 | 1000010 | 101110 |
Color Harmonies of #2DC328
Complementary color
Monochromatic Colors of #2DC328
Black with #2DC328
Text Example
Text Example
White with #2DC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC328; }
p { color: rgb(45,195,40); }
H1.HeaderClassName
{
color: #2DC328;
}
.AnyTagClassName
{
color: #2DC328;
}
</style>
background-color css
<style>
a { background-color: #2DC328; }
a { background-color: rgb(45,195,40); }
div.DivClassName
{
background-color: #2DC328;
}
.BgClassName
{
background-color: #2DC328;
}
</style>
border-color css
<style>
span { border-color: #2DC328; }
span { border-color: rgb(45,195,40); }
td.TdClassName
{
border-color: #2DC328;
}
.TagClassName
{
border-color: #2DC328;
}
</style>