Shades of Lime Green #2DC32C
Tints of Lime Green #2DC32C
RGB
CMYK
RGB Variations
Color information
#2DC32C (or 0x2DC32C) is known color: Lime Green. HEX triplet: 2D, C3 and 2C. RGB value is (45,195,44). Sum of RGB (Red+Green+Blue) = 45+195+44=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC32C is #D23CD3. Grayscale: #858585. Windows color (decimal): -13778132 or 2933549. OLE color: 2933549.
HSL color Cylindrical-coordinate representation of color #2DC32C: hue angle of 119.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC32C is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 44 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.24 |
| HSL | 119.6º | 0.63% | 0.47% | - |
| HSV(B) | 119.6º | 0.77% | 0.76% | - |
| XYZ | 21.05 | 39.77 | 8.95 | - |
| YUV | 132.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 44 | 0.77 | 0 | 0.77 | 0.24 | 119.6 | 0.63 | 0.47 |
| Hex | 2D | C3 | 2C | 4D | 0 | 4D | 18 | 78 | 3F | 2F |
| Octal | 55 | 303 | 54 | 115 | 0 | 115 | 30 | 170 | 77 | 57 |
| Binary | 101101 | 11000011 | 101100 | 1001101 | 0 | 1001101 | 11000 | 1111000 | 111111 | 101111 |
Color Harmonies of #2DC32C
Complementary color
Monochromatic Colors of #2DC32C
Black with #2DC32C
Text Example
Text Example
White with #2DC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC32C; }
p { color: rgb(45,195,44); }
H1.HeaderClassName
{
color: #2DC32C;
}
.AnyTagClassName
{
color: #2DC32C;
}
</style>
background-color css
<style>
a { background-color: #2DC32C; }
a { background-color: rgb(45,195,44); }
div.DivClassName
{
background-color: #2DC32C;
}
.BgClassName
{
background-color: #2DC32C;
}
</style>
border-color css
<style>
span { border-color: #2DC32C; }
span { border-color: rgb(45,195,44); }
td.TdClassName
{
border-color: #2DC32C;
}
.TagClassName
{
border-color: #2DC32C;
}
</style>