Shades of Lime Green #2BC331
Tints of Lime Green #2BC331
RGB
CMYK
RGB Variations
Color information
#2BC331 (or 0x2BC331) is known color: Lime Green. HEX triplet: 2B, C3 and 31. RGB value is (43,195,49). Sum of RGB (Red+Green+Blue) = 43+195+49=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC331 is #D43CCE. Grayscale: #858585. Windows color (decimal): -13909199 or 3261227. OLE color: 3261227.
HSL color Cylindrical-coordinate representation of color #2BC331: hue angle of 122.37º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC331 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 49 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.24 |
| HSL | 122.37º | 0.64% | 0.47% | - |
| HSV(B) | 122.37º | 0.78% | 0.76% | - |
| XYZ | 21.07 | 39.77 | 9.47 | - |
| YUV | 132.91 | 80.64 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 49 | 0.78 | 0 | 0.75 | 0.24 | 122.37 | 0.64 | 0.47 |
| Hex | 2B | C3 | 31 | 4E | 0 | 4B | 18 | 7A | 40 | 2F |
| Octal | 53 | 303 | 61 | 116 | 0 | 113 | 30 | 172 | 100 | 57 |
| Binary | 101011 | 11000011 | 110001 | 1001110 | 0 | 1001011 | 11000 | 1111010 | 1000000 | 101111 |
Color Harmonies of #2BC331
Complementary color
Monochromatic Colors of #2BC331
Black with #2BC331
Text Example
Text Example
White with #2BC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC331; }
p { color: rgb(43,195,49); }
H1.HeaderClassName
{
color: #2BC331;
}
.AnyTagClassName
{
color: #2BC331;
}
</style>
background-color css
<style>
a { background-color: #2BC331; }
a { background-color: rgb(43,195,49); }
div.DivClassName
{
background-color: #2BC331;
}
.BgClassName
{
background-color: #2BC331;
}
</style>
border-color css
<style>
span { border-color: #2BC331; }
span { border-color: rgb(43,195,49); }
td.TdClassName
{
border-color: #2BC331;
}
.TagClassName
{
border-color: #2BC331;
}
</style>