Shades of Lime Green #2CB623
Tints of Lime Green #2CB623
RGB
CMYK
RGB Variations
Color information
#2CB623 (or 0x2CB623) is known color: Lime Green. HEX triplet: 2C, B6 and 23. RGB value is (44,182,35). Sum of RGB (Red+Green+Blue) = 44+182+35=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB623 is #D349DC. Grayscale: #7C7C7C. Windows color (decimal): -13847005 or 2340396. OLE color: 2340396.
HSL color Cylindrical-coordinate representation of color #2CB623: hue angle of 116.33º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CB623 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 35 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.29 |
| HSL | 116.33º | 0.68% | 0.43% | - |
| HSV(B) | 116.33º | 0.81% | 0.71% | - |
| XYZ | 18.07 | 34.11 | 7.22 | - |
| YUV | 123.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 35 | 0.76 | 0 | 0.81 | 0.29 | 116.33 | 0.68 | 0.43 |
| Hex | 2C | B6 | 23 | 4C | 0 | 51 | 1D | 74 | 44 | 2B |
| Octal | 54 | 266 | 43 | 114 | 0 | 121 | 35 | 164 | 104 | 53 |
| Binary | 101100 | 10110110 | 100011 | 1001100 | 0 | 1010001 | 11101 | 1110100 | 1000100 | 101011 |
Color Harmonies of #2CB623
Complementary color
Monochromatic Colors of #2CB623
Black with #2CB623
Text Example
Text Example
White with #2CB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB623; }
p { color: rgb(44,182,35); }
H1.HeaderClassName
{
color: #2CB623;
}
.AnyTagClassName
{
color: #2CB623;
}
</style>
background-color css
<style>
a { background-color: #2CB623; }
a { background-color: rgb(44,182,35); }
div.DivClassName
{
background-color: #2CB623;
}
.BgClassName
{
background-color: #2CB623;
}
</style>
border-color css
<style>
span { border-color: #2CB623; }
span { border-color: rgb(44,182,35); }
td.TdClassName
{
border-color: #2CB623;
}
.TagClassName
{
border-color: #2CB623;
}
</style>