Shades of Lime Green #2BF22D
Tints of Lime Green #2BF22D
RGB
CMYK
RGB Variations
Color information
#2BF22D (or 0x2BF22D) is known color: Lime Green. HEX triplet: 2B, F2 and 2D. RGB value is (43,242,45). Sum of RGB (Red+Green+Blue) = 43+242+45=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF22D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF22D is #D40DD2. Grayscale: #A0A0A0. Windows color (decimal): -13897171 or 3011115. OLE color: 3011115.
HSL color Cylindrical-coordinate representation of color #2BF22D: hue angle of 120.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF22D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.05 |
| HSL | 120.6º | 0.88% | 0.56% | - |
| HSV(B) | 120.6º | 0.82% | 0.95% | - |
| XYZ | 33.22 | 64.21 | 13.12 | - |
| YUV | 160.04 | 63.07 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 45 | 0.82 | 0 | 0.81 | 0.05 | 120.6 | 0.88 | 0.56 |
| Hex | 2B | F2 | 2D | 52 | 0 | 51 | 5 | 79 | 58 | 38 |
| Octal | 53 | 362 | 55 | 122 | 0 | 121 | 5 | 171 | 130 | 70 |
| Binary | 101011 | 11110010 | 101101 | 1010010 | 0 | 1010001 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2BF22D
Complementary color
Monochromatic Colors of #2BF22D
Black with #2BF22D
Text Example
Text Example
White with #2BF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF22D; }
p { color: rgb(43,242,45); }
H1.HeaderClassName
{
color: #2BF22D;
}
.AnyTagClassName
{
color: #2BF22D;
}
</style>
background-color css
<style>
a { background-color: #2BF22D; }
a { background-color: rgb(43,242,45); }
div.DivClassName
{
background-color: #2BF22D;
}
.BgClassName
{
background-color: #2BF22D;
}
</style>
border-color css
<style>
span { border-color: #2BF22D; }
span { border-color: rgb(43,242,45); }
td.TdClassName
{
border-color: #2BF22D;
}
.TagClassName
{
border-color: #2BF22D;
}
</style>