Shades of Lime Green #2CBA30
Tints of Lime Green #2CBA30
RGB
CMYK
RGB Variations
Color information
#2CBA30 (or 0x2CBA30) is known color: Lime Green. HEX triplet: 2C, BA and 30. RGB value is (44,186,48). Sum of RGB (Red+Green+Blue) = 44+186+48=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA30 is #D345CF. Grayscale: #808080. Windows color (decimal): -13845968 or 3193388. OLE color: 3193388.
HSL color Cylindrical-coordinate representation of color #2CBA30: hue angle of 121.69º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA30 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 48 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.27 |
| HSL | 121.69º | 0.62% | 0.45% | - |
| HSV(B) | 121.69º | 0.76% | 0.73% | - |
| XYZ | 19.13 | 35.87 | 8.71 | - |
| YUV | 127.81 | 82.96 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 48 | 0.76 | 0 | 0.74 | 0.27 | 121.69 | 0.62 | 0.45 |
| Hex | 2C | BA | 30 | 4C | 0 | 4A | 1B | 7A | 3E | 2D |
| Octal | 54 | 272 | 60 | 114 | 0 | 112 | 33 | 172 | 76 | 55 |
| Binary | 101100 | 10111010 | 110000 | 1001100 | 0 | 1001010 | 11011 | 1111010 | 111110 | 101101 |
Color Harmonies of #2CBA30
Complementary color
Monochromatic Colors of #2CBA30
Black with #2CBA30
Text Example
Text Example
White with #2CBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA30; }
p { color: rgb(44,186,48); }
H1.HeaderClassName
{
color: #2CBA30;
}
.AnyTagClassName
{
color: #2CBA30;
}
</style>
background-color css
<style>
a { background-color: #2CBA30; }
a { background-color: rgb(44,186,48); }
div.DivClassName
{
background-color: #2CBA30;
}
.BgClassName
{
background-color: #2CBA30;
}
</style>
border-color css
<style>
span { border-color: #2CBA30; }
span { border-color: rgb(44,186,48); }
td.TdClassName
{
border-color: #2CBA30;
}
.TagClassName
{
border-color: #2CBA30;
}
</style>