Shades of Lime Green #2BDF46
Tints of Lime Green #2BDF46
RGB
CMYK
RGB Variations
Color information
#2BDF46 (or 0x2BDF46) is known color: Lime Green. HEX triplet: 2B, DF and 46. RGB value is (43,223,70). Sum of RGB (Red+Green+Blue) = 43+223+70=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF46 is #D420B9. Grayscale: #989898. Windows color (decimal): -13902010 or 4644651. OLE color: 4644651.
HSL color Cylindrical-coordinate representation of color #2BDF46: hue angle of 129º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF46 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 70 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.13 |
| HSL | 129º | 0.74% | 0.52% | - |
| HSV(B) | 129º | 0.81% | 0.87% | - |
| XYZ | 28.49 | 53.73 | 14.66 | - |
| YUV | 151.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 70 | 0.81 | 0 | 0.69 | 0.13 | 129 | 0.74 | 0.52 |
| Hex | 2B | DF | 46 | 51 | 0 | 45 | D | 81 | 4A | 34 |
| Octal | 53 | 337 | 106 | 121 | 0 | 105 | 15 | 201 | 112 | 64 |
| Binary | 101011 | 11011111 | 1000110 | 1010001 | 0 | 1000101 | 1101 | 10000001 | 1001010 | 110100 |
Color Harmonies of #2BDF46
Complementary color
Monochromatic Colors of #2BDF46
Black with #2BDF46
Text Example
Text Example
White with #2BDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF46; }
p { color: rgb(43,223,70); }
H1.HeaderClassName
{
color: #2BDF46;
}
.AnyTagClassName
{
color: #2BDF46;
}
</style>
background-color css
<style>
a { background-color: #2BDF46; }
a { background-color: rgb(43,223,70); }
div.DivClassName
{
background-color: #2BDF46;
}
.BgClassName
{
background-color: #2BDF46;
}
</style>
border-color css
<style>
span { border-color: #2BDF46; }
span { border-color: rgb(43,223,70); }
td.TdClassName
{
border-color: #2BDF46;
}
.TagClassName
{
border-color: #2BDF46;
}
</style>