Shades of Lime Green #2BDA38
Tints of Lime Green #2BDA38
RGB
CMYK
RGB Variations
Color information
#2BDA38 (or 0x2BDA38) is known color: Lime Green. HEX triplet: 2B, DA and 38. RGB value is (43,218,56). Sum of RGB (Red+Green+Blue) = 43+218+56=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA38 is #D425C7. Grayscale: #939393. Windows color (decimal): -13903304 or 3725867. OLE color: 3725867.
HSL color Cylindrical-coordinate representation of color #2BDA38: hue angle of 124.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA38 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 56 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.15 |
| HSL | 124.46º | 0.7% | 0.51% | - |
| HSV(B) | 124.46º | 0.8% | 0.85% | - |
| XYZ | 26.78 | 50.94 | 12.16 | - |
| YUV | 147.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 56 | 0.80 | 0 | 0.74 | 0.15 | 124.46 | 0.7 | 0.51 |
| Hex | 2B | DA | 38 | 50 | 0 | 4A | F | 7C | 46 | 33 |
| Octal | 53 | 332 | 70 | 120 | 0 | 112 | 17 | 174 | 106 | 63 |
| Binary | 101011 | 11011010 | 111000 | 1010000 | 0 | 1001010 | 1111 | 1111100 | 1000110 | 110011 |
Color Harmonies of #2BDA38
Complementary color
Monochromatic Colors of #2BDA38
Black with #2BDA38
Text Example
Text Example
White with #2BDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA38; }
p { color: rgb(43,218,56); }
H1.HeaderClassName
{
color: #2BDA38;
}
.AnyTagClassName
{
color: #2BDA38;
}
</style>
background-color css
<style>
a { background-color: #2BDA38; }
a { background-color: rgb(43,218,56); }
div.DivClassName
{
background-color: #2BDA38;
}
.BgClassName
{
background-color: #2BDA38;
}
</style>
border-color css
<style>
span { border-color: #2BDA38; }
span { border-color: rgb(43,218,56); }
td.TdClassName
{
border-color: #2BDA38;
}
.TagClassName
{
border-color: #2BDA38;
}
</style>