Shades of Lime Green #2CB32F
Tints of Lime Green #2CB32F
RGB
CMYK
RGB Variations
Color information
#2CB32F (or 0x2CB32F) is known color: Lime Green. HEX triplet: 2C, B3 and 2F. RGB value is (44,179,47). Sum of RGB (Red+Green+Blue) = 44+179+47=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB32F is #D34CD0. Grayscale: #7B7B7B. Windows color (decimal): -13847761 or 3126060. OLE color: 3126060.
HSL color Cylindrical-coordinate representation of color #2CB32F: hue angle of 121.33º degrees, saturation: 0.61, 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 #2CB32F is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 47 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.30 |
| HSL | 121.33º | 0.61% | 0.44% | - |
| HSV(B) | 121.33º | 0.75% | 0.7% | - |
| XYZ | 17.67 | 32.98 | 8.12 | - |
| YUV | 123.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 47 | 0.75 | 0 | 0.74 | 0.30 | 121.33 | 0.61 | 0.44 |
| Hex | 2C | B3 | 2F | 4B | 0 | 4A | 1E | 79 | 3D | 2C |
| Octal | 54 | 263 | 57 | 113 | 0 | 112 | 36 | 171 | 75 | 54 |
| Binary | 101100 | 10110011 | 101111 | 1001011 | 0 | 1001010 | 11110 | 1111001 | 111101 | 101100 |
Color Harmonies of #2CB32F
Complementary color
Monochromatic Colors of #2CB32F
Black with #2CB32F
Text Example
Text Example
White with #2CB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB32F; }
p { color: rgb(44,179,47); }
H1.HeaderClassName
{
color: #2CB32F;
}
.AnyTagClassName
{
color: #2CB32F;
}
</style>
background-color css
<style>
a { background-color: #2CB32F; }
a { background-color: rgb(44,179,47); }
div.DivClassName
{
background-color: #2CB32F;
}
.BgClassName
{
background-color: #2CB32F;
}
</style>
border-color css
<style>
span { border-color: #2CB32F; }
span { border-color: rgb(44,179,47); }
td.TdClassName
{
border-color: #2CB32F;
}
.TagClassName
{
border-color: #2CB32F;
}
</style>