Shades of Lime Green #2BAF30
Tints of Lime Green #2BAF30
RGB
CMYK
RGB Variations
Color information
#2BAF30 (or 0x2BAF30) is known color: Lime Green. HEX triplet: 2B, AF and 30. RGB value is (43,175,48). Sum of RGB (Red+Green+Blue) = 43+175+48=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF30 is #D450CF. Grayscale: #797979. Windows color (decimal): -13914320 or 3190571. OLE color: 3190571.
HSL color Cylindrical-coordinate representation of color #2BAF30: hue angle of 122.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF30 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 48 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.31 |
| HSL | 122.27º | 0.61% | 0.43% | - |
| HSV(B) | 122.27º | 0.75% | 0.69% | - |
| XYZ | 16.86 | 31.39 | 7.97 | - |
| YUV | 121.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 48 | 0.75 | 0 | 0.73 | 0.31 | 122.27 | 0.61 | 0.43 |
| Hex | 2B | AF | 30 | 4B | 0 | 49 | 1F | 7A | 3D | 2B |
| Octal | 53 | 257 | 60 | 113 | 0 | 111 | 37 | 172 | 75 | 53 |
| Binary | 101011 | 10101111 | 110000 | 1001011 | 0 | 1001001 | 11111 | 1111010 | 111101 | 101011 |
Color Harmonies of #2BAF30
Complementary color
Monochromatic Colors of #2BAF30
Black with #2BAF30
Text Example
Text Example
White with #2BAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF30; }
p { color: rgb(43,175,48); }
H1.HeaderClassName
{
color: #2BAF30;
}
.AnyTagClassName
{
color: #2BAF30;
}
</style>
background-color css
<style>
a { background-color: #2BAF30; }
a { background-color: rgb(43,175,48); }
div.DivClassName
{
background-color: #2BAF30;
}
.BgClassName
{
background-color: #2BAF30;
}
</style>
border-color css
<style>
span { border-color: #2BAF30; }
span { border-color: rgb(43,175,48); }
td.TdClassName
{
border-color: #2BAF30;
}
.TagClassName
{
border-color: #2BAF30;
}
</style>