Shades of Lime Green #2BD043
Tints of Lime Green #2BD043
RGB
CMYK
RGB Variations
Color information
#2BD043 (or 0x2BD043) is known color: Lime Green. HEX triplet: 2B, D0 and 43. RGB value is (43,208,67). Sum of RGB (Red+Green+Blue) = 43+208+67=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD043 is #D42FBC. Grayscale: #8E8E8E. Windows color (decimal): -13905853 or 4444203. OLE color: 4444203.
HSL color Cylindrical-coordinate representation of color #2BD043: hue angle of 128.73º 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 #2BD043 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 67 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.18 |
| HSL | 128.73º | 0.66% | 0.49% | - |
| HSV(B) | 128.73º | 0.79% | 0.82% | - |
| XYZ | 24.57 | 46.03 | 12.9 | - |
| YUV | 142.59 | 85.34 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 67 | 0.79 | 0 | 0.68 | 0.18 | 128.73 | 0.66 | 0.49 |
| Hex | 2B | D0 | 43 | 4F | 0 | 44 | 12 | 81 | 42 | 31 |
| Octal | 53 | 320 | 103 | 117 | 0 | 104 | 22 | 201 | 102 | 61 |
| Binary | 101011 | 11010000 | 1000011 | 1001111 | 0 | 1000100 | 10010 | 10000001 | 1000010 | 110001 |
Color Harmonies of #2BD043
Complementary color
Monochromatic Colors of #2BD043
Black with #2BD043
Text Example
Text Example
White with #2BD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD043; }
p { color: rgb(43,208,67); }
H1.HeaderClassName
{
color: #2BD043;
}
.AnyTagClassName
{
color: #2BD043;
}
</style>
background-color css
<style>
a { background-color: #2BD043; }
a { background-color: rgb(43,208,67); }
div.DivClassName
{
background-color: #2BD043;
}
.BgClassName
{
background-color: #2BD043;
}
</style>
border-color css
<style>
span { border-color: #2BD043; }
span { border-color: rgb(43,208,67); }
td.TdClassName
{
border-color: #2BD043;
}
.TagClassName
{
border-color: #2BD043;
}
</style>