Shades of Lime Green #2BF32D
Tints of Lime Green #2BF32D
RGB
CMYK
RGB Variations
Color information
#2BF32D (or 0x2BF32D) is known color: Lime Green. HEX triplet: 2B, F3 and 2D. RGB value is (43,243,45). Sum of RGB (Red+Green+Blue) = 43+243+45=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF32D is #D40CD2. Grayscale: #A1A1A1. Windows color (decimal): -13896915 or 3011371. OLE color: 3011371.
HSL color Cylindrical-coordinate representation of color #2BF32D: hue angle of 120.6º degrees, saturation: 0.89, 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 #2BF32D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.05 |
| HSL | 120.6º | 0.89% | 0.56% | - |
| HSV(B) | 120.6º | 0.82% | 0.95% | - |
| XYZ | 33.52 | 64.8 | 13.22 | - |
| YUV | 160.63 | 62.74 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 45 | 0.82 | 0 | 0.81 | 0.05 | 120.6 | 0.89 | 0.56 |
| Hex | 2B | F3 | 2D | 52 | 0 | 51 | 5 | 79 | 59 | 38 |
| Octal | 53 | 363 | 55 | 122 | 0 | 121 | 5 | 171 | 131 | 70 |
| Binary | 101011 | 11110011 | 101101 | 1010010 | 0 | 1010001 | 101 | 1111001 | 1011001 | 111000 |
Color Harmonies of #2BF32D
Complementary color
Monochromatic Colors of #2BF32D
Black with #2BF32D
Text Example
Text Example
White with #2BF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF32D; }
p { color: rgb(43,243,45); }
H1.HeaderClassName
{
color: #2BF32D;
}
.AnyTagClassName
{
color: #2BF32D;
}
</style>
background-color css
<style>
a { background-color: #2BF32D; }
a { background-color: rgb(43,243,45); }
div.DivClassName
{
background-color: #2BF32D;
}
.BgClassName
{
background-color: #2BF32D;
}
</style>
border-color css
<style>
span { border-color: #2BF32D; }
span { border-color: rgb(43,243,45); }
td.TdClassName
{
border-color: #2BF32D;
}
.TagClassName
{
border-color: #2BF32D;
}
</style>