Shades of Lime Green #2BCF20
Tints of Lime Green #2BCF20
RGB
CMYK
RGB Variations
Color information
#2BCF20 (or 0x2BCF20) is known color: Lime Green. HEX triplet: 2B, CF and 20. RGB value is (43,207,32). Sum of RGB (Red+Green+Blue) = 43+207+32=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF20 is #D430DF. Grayscale: #8A8A8A. Windows color (decimal): -13906144 or 2150187. OLE color: 2150187.
HSL color Cylindrical-coordinate representation of color #2BCF20: hue angle of 116.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BCF20 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 32 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.19 |
| HSL | 116.23º | 0.73% | 0.47% | - |
| HSV(B) | 116.23º | 0.85% | 0.81% | - |
| XYZ | 23.57 | 45.24 | 8.86 | - |
| YUV | 138.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 32 | 0.79 | 0 | 0.85 | 0.19 | 116.23 | 0.73 | 0.47 |
| Hex | 2B | CF | 20 | 4F | 0 | 55 | 13 | 74 | 49 | 2F |
| Octal | 53 | 317 | 40 | 117 | 0 | 125 | 23 | 164 | 111 | 57 |
| Binary | 101011 | 11001111 | 100000 | 1001111 | 0 | 1010101 | 10011 | 1110100 | 1001001 | 101111 |
Color Harmonies of #2BCF20
Complementary color
Monochromatic Colors of #2BCF20
Black with #2BCF20
Text Example
Text Example
White with #2BCF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF20; }
p { color: rgb(43,207,32); }
H1.HeaderClassName
{
color: #2BCF20;
}
.AnyTagClassName
{
color: #2BCF20;
}
</style>
background-color css
<style>
a { background-color: #2BCF20; }
a { background-color: rgb(43,207,32); }
div.DivClassName
{
background-color: #2BCF20;
}
.BgClassName
{
background-color: #2BCF20;
}
</style>
border-color css
<style>
span { border-color: #2BCF20; }
span { border-color: rgb(43,207,32); }
td.TdClassName
{
border-color: #2BCF20;
}
.TagClassName
{
border-color: #2BCF20;
}
</style>