Shades of Lime Green #2BD344
Tints of Lime Green #2BD344
RGB
CMYK
RGB Variations
Color information
#2BD344 (or 0x2BD344) is known color: Lime Green. HEX triplet: 2B, D3 and 44. RGB value is (43,211,68). Sum of RGB (Red+Green+Blue) = 43+211+68=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 211 (82.81% from 255 or 65.53% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD344 is #D42CBB. Grayscale: #909090. Windows color (decimal): -13905084 or 4510507. OLE color: 4510507.
HSL color Cylindrical-coordinate representation of color #2BD344: hue angle of 128.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD344 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 68 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.17 |
| HSL | 128.93º | 0.66% | 0.5% | - |
| HSV(B) | 128.93º | 0.8% | 0.83% | - |
| XYZ | 25.33 | 47.52 | 13.31 | - |
| YUV | 144.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 68 | 0.80 | 0 | 0.68 | 0.17 | 128.93 | 0.66 | 0.5 |
| Hex | 2B | D3 | 44 | 50 | 0 | 44 | 11 | 81 | 42 | 32 |
| Octal | 53 | 323 | 104 | 120 | 0 | 104 | 21 | 201 | 102 | 62 |
| Binary | 101011 | 11010011 | 1000100 | 1010000 | 0 | 1000100 | 10001 | 10000001 | 1000010 | 110010 |
Color Harmonies of #2BD344
Complementary color
Monochromatic Colors of #2BD344
Black with #2BD344
Text Example
Text Example
White with #2BD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD344; }
p { color: rgb(43,211,68); }
H1.HeaderClassName
{
color: #2BD344;
}
.AnyTagClassName
{
color: #2BD344;
}
</style>
background-color css
<style>
a { background-color: #2BD344; }
a { background-color: rgb(43,211,68); }
div.DivClassName
{
background-color: #2BD344;
}
.BgClassName
{
background-color: #2BD344;
}
</style>
border-color css
<style>
span { border-color: #2BD344; }
span { border-color: rgb(43,211,68); }
td.TdClassName
{
border-color: #2BD344;
}
.TagClassName
{
border-color: #2BD344;
}
</style>