Shades of Lime Green #2BD50C
Tints of Lime Green #2BD50C
RGB
CMYK
RGB Variations
Color information
#2BD50C (or 0x2BD50C) is known color: Lime Green. HEX triplet: 2B, D5 and 0C. RGB value is (43,213,12). Sum of RGB (Red+Green+Blue) = 43+213+12=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD50C is #D42AF3. Grayscale: #8B8B8B. Windows color (decimal): -13904628 or 841003. OLE color: 841003.
HSL color Cylindrical-coordinate representation of color #2BD50C: hue angle of 110.75º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BD50C is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 12 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.16 |
| HSL | 110.75º | 0.89% | 0.44% | - |
| HSV(B) | 110.75º | 0.94% | 0.84% | - |
| XYZ | 24.86 | 48.13 | 8.33 | - |
| YUV | 139.26 | 56.18 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 12 | 0.80 | 0 | 0.94 | 0.16 | 110.75 | 0.89 | 0.44 |
| Hex | 2B | D5 | C | 50 | 0 | 5E | 10 | 6F | 59 | 2C |
| Octal | 53 | 325 | 14 | 120 | 0 | 136 | 20 | 157 | 131 | 54 |
| Binary | 101011 | 11010101 | 1100 | 1010000 | 0 | 1011110 | 10000 | 1101111 | 1011001 | 101100 |
Color Harmonies of #2BD50C
Complementary color
Monochromatic Colors of #2BD50C
Black with #2BD50C
Text Example
Text Example
White with #2BD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD50C; }
p { color: rgb(43,213,12); }
H1.HeaderClassName
{
color: #2BD50C;
}
.AnyTagClassName
{
color: #2BD50C;
}
</style>
background-color css
<style>
a { background-color: #2BD50C; }
a { background-color: rgb(43,213,12); }
div.DivClassName
{
background-color: #2BD50C;
}
.BgClassName
{
background-color: #2BD50C;
}
</style>
border-color css
<style>
span { border-color: #2BD50C; }
span { border-color: rgb(43,213,12); }
td.TdClassName
{
border-color: #2BD50C;
}
.TagClassName
{
border-color: #2BD50C;
}
</style>