Shades of Lime Green #2BF12D
Tints of Lime Green #2BF12D
RGB
CMYK
RGB Variations
Color information
#2BF12D (or 0x2BF12D) is known color: Lime Green. HEX triplet: 2B, F1 and 2D. RGB value is (43,241,45). Sum of RGB (Red+Green+Blue) = 43+241+45=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF12D is #D40ED2. Grayscale: #A0A0A0. Windows color (decimal): -13897427 or 3010859. OLE color: 3010859.
HSL color Cylindrical-coordinate representation of color #2BF12D: hue angle of 120.61º 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 #2BF12D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 241 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.05 |
| HSL | 120.61º | 0.88% | 0.56% | - |
| HSV(B) | 120.61º | 0.82% | 0.95% | - |
| XYZ | 32.93 | 63.61 | 13.03 | - |
| YUV | 159.45 | 63.4 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 241 | 45 | 0.82 | 0 | 0.81 | 0.05 | 120.61 | 0.88 | 0.56 |
| Hex | 2B | F1 | 2D | 52 | 0 | 51 | 5 | 79 | 58 | 38 |
| Octal | 53 | 361 | 55 | 122 | 0 | 121 | 5 | 171 | 130 | 70 |
| Binary | 101011 | 11110001 | 101101 | 1010010 | 0 | 1010001 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2BF12D
Complementary color
Monochromatic Colors of #2BF12D
Black with #2BF12D
Text Example
Text Example
White with #2BF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF12D; }
p { color: rgb(43,241,45); }
H1.HeaderClassName
{
color: #2BF12D;
}
.AnyTagClassName
{
color: #2BF12D;
}
</style>
background-color css
<style>
a { background-color: #2BF12D; }
a { background-color: rgb(43,241,45); }
div.DivClassName
{
background-color: #2BF12D;
}
.BgClassName
{
background-color: #2BF12D;
}
</style>
border-color css
<style>
span { border-color: #2BF12D; }
span { border-color: rgb(43,241,45); }
td.TdClassName
{
border-color: #2BF12D;
}
.TagClassName
{
border-color: #2BF12D;
}
</style>