Shades of Lime Green #2BAF27
Tints of Lime Green #2BAF27
RGB
CMYK
RGB Variations
Color information
#2BAF27 (or 0x2BAF27) is known color: Lime Green. HEX triplet: 2B, AF and 27. RGB value is (43,175,39). Sum of RGB (Red+Green+Blue) = 43+175+39=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF27 is #D450D8. Grayscale: #787878. Windows color (decimal): -13914329 or 2600747. OLE color: 2600747.
HSL color Cylindrical-coordinate representation of color #2BAF27: hue angle of 118.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAF27 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 39 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.31 |
| HSL | 118.24º | 0.64% | 0.42% | - |
| HSV(B) | 118.24º | 0.78% | 0.69% | - |
| XYZ | 16.69 | 31.32 | 7.09 | - |
| YUV | 120.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 39 | 0.75 | 0 | 0.78 | 0.31 | 118.24 | 0.64 | 0.42 |
| Hex | 2B | AF | 27 | 4B | 0 | 4E | 1F | 76 | 40 | 2A |
| Octal | 53 | 257 | 47 | 113 | 0 | 116 | 37 | 166 | 100 | 52 |
| Binary | 101011 | 10101111 | 100111 | 1001011 | 0 | 1001110 | 11111 | 1110110 | 1000000 | 101010 |
Color Harmonies of #2BAF27
Complementary color
Monochromatic Colors of #2BAF27
Black with #2BAF27
Text Example
Text Example
White with #2BAF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF27; }
p { color: rgb(43,175,39); }
H1.HeaderClassName
{
color: #2BAF27;
}
.AnyTagClassName
{
color: #2BAF27;
}
</style>
background-color css
<style>
a { background-color: #2BAF27; }
a { background-color: rgb(43,175,39); }
div.DivClassName
{
background-color: #2BAF27;
}
.BgClassName
{
background-color: #2BAF27;
}
</style>
border-color css
<style>
span { border-color: #2BAF27; }
span { border-color: rgb(43,175,39); }
td.TdClassName
{
border-color: #2BAF27;
}
.TagClassName
{
border-color: #2BAF27;
}
</style>