Shades of Lime Green #2BC731
Tints of Lime Green #2BC731
RGB
CMYK
RGB Variations
Color information
#2BC731 (or 0x2BC731) is known color: Lime Green. HEX triplet: 2B, C7 and 31. RGB value is (43,199,49). Sum of RGB (Red+Green+Blue) = 43+199+49=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 199 (78.12% from 255 or 68.38% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC731 is #D438CE. Grayscale: #878787. Windows color (decimal): -13908175 or 3262251. OLE color: 3262251.
HSL color Cylindrical-coordinate representation of color #2BC731: hue angle of 122.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC731 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 49 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.22 |
| HSL | 122.31º | 0.64% | 0.47% | - |
| HSV(B) | 122.31º | 0.78% | 0.78% | - |
| XYZ | 21.97 | 41.58 | 9.77 | - |
| YUV | 135.26 | 79.32 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 49 | 0.78 | 0 | 0.75 | 0.22 | 122.31 | 0.64 | 0.47 |
| Hex | 2B | C7 | 31 | 4E | 0 | 4B | 16 | 7A | 40 | 2F |
| Octal | 53 | 307 | 61 | 116 | 0 | 113 | 26 | 172 | 100 | 57 |
| Binary | 101011 | 11000111 | 110001 | 1001110 | 0 | 1001011 | 10110 | 1111010 | 1000000 | 101111 |
Color Harmonies of #2BC731
Complementary color
Monochromatic Colors of #2BC731
Black with #2BC731
Text Example
Text Example
White with #2BC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC731; }
p { color: rgb(43,199,49); }
H1.HeaderClassName
{
color: #2BC731;
}
.AnyTagClassName
{
color: #2BC731;
}
</style>
background-color css
<style>
a { background-color: #2BC731; }
a { background-color: rgb(43,199,49); }
div.DivClassName
{
background-color: #2BC731;
}
.BgClassName
{
background-color: #2BC731;
}
</style>
border-color css
<style>
span { border-color: #2BC731; }
span { border-color: rgb(43,199,49); }
td.TdClassName
{
border-color: #2BC731;
}
.TagClassName
{
border-color: #2BC731;
}
</style>