Shades of Lime Green #2CCB32
Tints of Lime Green #2CCB32
RGB
CMYK
RGB Variations
Color information
#2CCB32 (or 0x2CCB32) is known color: Lime Green. HEX triplet: 2C, CB and 32. RGB value is (44,203,50). Sum of RGB (Red+Green+Blue) = 44+203+50=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 203 (79.69% from 255 or 68.35% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB32 is #D334CD. Grayscale: #8A8A8A. Windows color (decimal): -13841614 or 3328812. OLE color: 3328812.
HSL color Cylindrical-coordinate representation of color #2CCB32: hue angle of 122.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB32 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 50 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.20 |
| HSL | 122.26º | 0.64% | 0.48% | - |
| HSV(B) | 122.26º | 0.78% | 0.8% | - |
| XYZ | 22.97 | 43.48 | 10.2 | - |
| YUV | 138.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 50 | 0.78 | 0 | 0.75 | 0.20 | 122.26 | 0.64 | 0.48 |
| Hex | 2C | CB | 32 | 4E | 0 | 4B | 14 | 7A | 40 | 30 |
| Octal | 54 | 313 | 62 | 116 | 0 | 113 | 24 | 172 | 100 | 60 |
| Binary | 101100 | 11001011 | 110010 | 1001110 | 0 | 1001011 | 10100 | 1111010 | 1000000 | 110000 |
Color Harmonies of #2CCB32
Complementary color
Monochromatic Colors of #2CCB32
Black with #2CCB32
Text Example
Text Example
White with #2CCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB32; }
p { color: rgb(44,203,50); }
H1.HeaderClassName
{
color: #2CCB32;
}
.AnyTagClassName
{
color: #2CCB32;
}
</style>
background-color css
<style>
a { background-color: #2CCB32; }
a { background-color: rgb(44,203,50); }
div.DivClassName
{
background-color: #2CCB32;
}
.BgClassName
{
background-color: #2CCB32;
}
</style>
border-color css
<style>
span { border-color: #2CCB32; }
span { border-color: rgb(44,203,50); }
td.TdClassName
{
border-color: #2CCB32;
}
.TagClassName
{
border-color: #2CCB32;
}
</style>