Shades of Lime Green #2CC32B
Tints of Lime Green #2CC32B
RGB
CMYK
RGB Variations
Color information
#2CC32B (or 0x2CC32B) is known color: Lime Green. HEX triplet: 2C, C3 and 2B. RGB value is (44,195,43). Sum of RGB (Red+Green+Blue) = 44+195+43=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC32B is #D33CD4. Grayscale: #848484. Windows color (decimal): -13843669 or 2868012. OLE color: 2868012.
HSL color Cylindrical-coordinate representation of color #2CC32B: hue angle of 119.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC32B is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 43 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.24 |
| HSL | 119.61º | 0.64% | 0.47% | - |
| HSV(B) | 119.61º | 0.78% | 0.76% | - |
| XYZ | 20.99 | 39.74 | 8.85 | - |
| YUV | 132.52 | 77.47 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 43 | 0.77 | 0 | 0.78 | 0.24 | 119.61 | 0.64 | 0.47 |
| Hex | 2C | C3 | 2B | 4D | 0 | 4E | 18 | 78 | 40 | 2F |
| Octal | 54 | 303 | 53 | 115 | 0 | 116 | 30 | 170 | 100 | 57 |
| Binary | 101100 | 11000011 | 101011 | 1001101 | 0 | 1001110 | 11000 | 1111000 | 1000000 | 101111 |
Color Harmonies of #2CC32B
Complementary color
Monochromatic Colors of #2CC32B
Black with #2CC32B
Text Example
Text Example
White with #2CC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC32B; }
p { color: rgb(44,195,43); }
H1.HeaderClassName
{
color: #2CC32B;
}
.AnyTagClassName
{
color: #2CC32B;
}
</style>
background-color css
<style>
a { background-color: #2CC32B; }
a { background-color: rgb(44,195,43); }
div.DivClassName
{
background-color: #2CC32B;
}
.BgClassName
{
background-color: #2CC32B;
}
</style>
border-color css
<style>
span { border-color: #2CC32B; }
span { border-color: rgb(44,195,43); }
td.TdClassName
{
border-color: #2CC32B;
}
.TagClassName
{
border-color: #2CC32B;
}
</style>