Shades of Lime Green #2BAF20
Tints of Lime Green #2BAF20
RGB
CMYK
RGB Variations
Color information
#2BAF20 (or 0x2BAF20) is known color: Lime Green. HEX triplet: 2B, AF and 20. RGB value is (43,175,32). Sum of RGB (Red+Green+Blue) = 43+175+32=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF20 is #D450DF. Grayscale: #777777. Windows color (decimal): -13914336 or 2141995. OLE color: 2141995.
HSL color Cylindrical-coordinate representation of color #2BAF20: hue angle of 115.38º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BAF20 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 32 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.31 |
| HSL | 115.38º | 0.69% | 0.41% | - |
| HSV(B) | 115.38º | 0.82% | 0.69% | - |
| XYZ | 16.59 | 31.28 | 6.53 | - |
| YUV | 119.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 32 | 0.75 | 0 | 0.82 | 0.31 | 115.38 | 0.69 | 0.41 |
| Hex | 2B | AF | 20 | 4B | 0 | 52 | 1F | 73 | 45 | 29 |
| Octal | 53 | 257 | 40 | 113 | 0 | 122 | 37 | 163 | 105 | 51 |
| Binary | 101011 | 10101111 | 100000 | 1001011 | 0 | 1010010 | 11111 | 1110011 | 1000101 | 101001 |
Color Harmonies of #2BAF20
Complementary color
Monochromatic Colors of #2BAF20
Black with #2BAF20
Text Example
Text Example
White with #2BAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF20; }
p { color: rgb(43,175,32); }
H1.HeaderClassName
{
color: #2BAF20;
}
.AnyTagClassName
{
color: #2BAF20;
}
</style>
background-color css
<style>
a { background-color: #2BAF20; }
a { background-color: rgb(43,175,32); }
div.DivClassName
{
background-color: #2BAF20;
}
.BgClassName
{
background-color: #2BAF20;
}
</style>
border-color css
<style>
span { border-color: #2BAF20; }
span { border-color: rgb(43,175,32); }
td.TdClassName
{
border-color: #2BAF20;
}
.TagClassName
{
border-color: #2BAF20;
}
</style>