Shades of Lime Green #2CCB2B
Tints of Lime Green #2CCB2B
RGB
CMYK
RGB Variations
Color information
#2CCB2B (or 0x2CCB2B) is known color: Lime Green. HEX triplet: 2C, CB and 2B. RGB value is (44,203,43). Sum of RGB (Red+Green+Blue) = 44+203+43=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB2B is #D334D4. Grayscale: #898989. Windows color (decimal): -13841621 or 2870060. OLE color: 2870060.
HSL color Cylindrical-coordinate representation of color #2CCB2B: hue angle of 119.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCB2B is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 43 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.20 |
| HSL | 119.63º | 0.65% | 0.48% | - |
| HSV(B) | 119.63º | 0.79% | 0.8% | - |
| XYZ | 22.83 | 43.42 | 9.46 | - |
| YUV | 137.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 43 | 0.78 | 0 | 0.79 | 0.20 | 119.63 | 0.65 | 0.48 |
| Hex | 2C | CB | 2B | 4E | 0 | 4F | 14 | 78 | 41 | 30 |
| Octal | 54 | 313 | 53 | 116 | 0 | 117 | 24 | 170 | 101 | 60 |
| Binary | 101100 | 11001011 | 101011 | 1001110 | 0 | 1001111 | 10100 | 1111000 | 1000001 | 110000 |
Color Harmonies of #2CCB2B
Complementary color
Monochromatic Colors of #2CCB2B
Black with #2CCB2B
Text Example
Text Example
White with #2CCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB2B; }
p { color: rgb(44,203,43); }
H1.HeaderClassName
{
color: #2CCB2B;
}
.AnyTagClassName
{
color: #2CCB2B;
}
</style>
background-color css
<style>
a { background-color: #2CCB2B; }
a { background-color: rgb(44,203,43); }
div.DivClassName
{
background-color: #2CCB2B;
}
.BgClassName
{
background-color: #2CCB2B;
}
</style>
border-color css
<style>
span { border-color: #2CCB2B; }
span { border-color: rgb(44,203,43); }
td.TdClassName
{
border-color: #2CCB2B;
}
.TagClassName
{
border-color: #2CCB2B;
}
</style>