Shades of Lime Green #2BD138
Tints of Lime Green #2BD138
RGB
CMYK
RGB Variations
Color information
#2BD138 (or 0x2BD138) is known color: Lime Green. HEX triplet: 2B, D1 and 38. RGB value is (43,209,56). Sum of RGB (Red+Green+Blue) = 43+209+56=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD138 is #D42EC7. Grayscale: #8E8E8E. Windows color (decimal): -13905608 or 3723563. OLE color: 3723563.
HSL color Cylindrical-coordinate representation of color #2BD138: hue angle of 124.7º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD138 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 56 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.18 |
| HSL | 124.7º | 0.66% | 0.49% | - |
| HSV(B) | 124.7º | 0.79% | 0.82% | - |
| XYZ | 24.51 | 46.4 | 11.41 | - |
| YUV | 141.92 | 79.5 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 56 | 0.79 | 0 | 0.73 | 0.18 | 124.7 | 0.66 | 0.49 |
| Hex | 2B | D1 | 38 | 4F | 0 | 49 | 12 | 7D | 42 | 31 |
| Octal | 53 | 321 | 70 | 117 | 0 | 111 | 22 | 175 | 102 | 61 |
| Binary | 101011 | 11010001 | 111000 | 1001111 | 0 | 1001001 | 10010 | 1111101 | 1000010 | 110001 |
Color Harmonies of #2BD138
Complementary color
Monochromatic Colors of #2BD138
Black with #2BD138
Text Example
Text Example
White with #2BD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD138; }
p { color: rgb(43,209,56); }
H1.HeaderClassName
{
color: #2BD138;
}
.AnyTagClassName
{
color: #2BD138;
}
</style>
background-color css
<style>
a { background-color: #2BD138; }
a { background-color: rgb(43,209,56); }
div.DivClassName
{
background-color: #2BD138;
}
.BgClassName
{
background-color: #2BD138;
}
</style>
border-color css
<style>
span { border-color: #2BD138; }
span { border-color: rgb(43,209,56); }
td.TdClassName
{
border-color: #2BD138;
}
.TagClassName
{
border-color: #2BD138;
}
</style>