Shades of Lime Green #2CBA23
Tints of Lime Green #2CBA23
RGB
CMYK
RGB Variations
Color information
#2CBA23 (or 0x2CBA23) is known color: Lime Green. HEX triplet: 2C, BA and 23. RGB value is (44,186,35). Sum of RGB (Red+Green+Blue) = 44+186+35=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA23 is #D345DC. Grayscale: #7E7E7E. Windows color (decimal): -13845981 or 2341420. OLE color: 2341420.
HSL color Cylindrical-coordinate representation of color #2CBA23: hue angle of 116.42º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBA23 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 35 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.27 |
| HSL | 116.42º | 0.68% | 0.43% | - |
| HSV(B) | 116.42º | 0.81% | 0.73% | - |
| XYZ | 18.9 | 35.77 | 7.5 | - |
| YUV | 126.33 | 76.46 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 35 | 0.76 | 0 | 0.81 | 0.27 | 116.42 | 0.68 | 0.43 |
| Hex | 2C | BA | 23 | 4C | 0 | 51 | 1B | 74 | 44 | 2B |
| Octal | 54 | 272 | 43 | 114 | 0 | 121 | 33 | 164 | 104 | 53 |
| Binary | 101100 | 10111010 | 100011 | 1001100 | 0 | 1010001 | 11011 | 1110100 | 1000100 | 101011 |
Color Harmonies of #2CBA23
Complementary color
Monochromatic Colors of #2CBA23
Black with #2CBA23
Text Example
Text Example
White with #2CBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA23; }
p { color: rgb(44,186,35); }
H1.HeaderClassName
{
color: #2CBA23;
}
.AnyTagClassName
{
color: #2CBA23;
}
</style>
background-color css
<style>
a { background-color: #2CBA23; }
a { background-color: rgb(44,186,35); }
div.DivClassName
{
background-color: #2CBA23;
}
.BgClassName
{
background-color: #2CBA23;
}
</style>
border-color css
<style>
span { border-color: #2CBA23; }
span { border-color: rgb(44,186,35); }
td.TdClassName
{
border-color: #2CBA23;
}
.TagClassName
{
border-color: #2CBA23;
}
</style>