Shades of Lime Green #2BD234
Tints of Lime Green #2BD234
RGB
CMYK
RGB Variations
Color information
#2BD234 (or 0x2BD234) is known color: Lime Green. HEX triplet: 2B, D2 and 34. RGB value is (43,210,52). Sum of RGB (Red+Green+Blue) = 43+210+52=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD234 is #D42DCB. Grayscale: #8E8E8E. Windows color (decimal): -13905356 or 3461675. OLE color: 3461675.
HSL color Cylindrical-coordinate representation of color #2BD234: hue angle of 123.23º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD234 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 52 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.18 |
| HSL | 123.23º | 0.66% | 0.5% | - |
| HSV(B) | 123.23º | 0.8% | 0.82% | - |
| XYZ | 24.66 | 46.85 | 10.99 | - |
| YUV | 142.06 | 77.17 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 52 | 0.80 | 0 | 0.75 | 0.18 | 123.23 | 0.66 | 0.5 |
| Hex | 2B | D2 | 34 | 50 | 0 | 4B | 12 | 7B | 42 | 32 |
| Octal | 53 | 322 | 64 | 120 | 0 | 113 | 22 | 173 | 102 | 62 |
| Binary | 101011 | 11010010 | 110100 | 1010000 | 0 | 1001011 | 10010 | 1111011 | 1000010 | 110010 |
Color Harmonies of #2BD234
Complementary color
Monochromatic Colors of #2BD234
Black with #2BD234
Text Example
Text Example
White with #2BD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD234; }
p { color: rgb(43,210,52); }
H1.HeaderClassName
{
color: #2BD234;
}
.AnyTagClassName
{
color: #2BD234;
}
</style>
background-color css
<style>
a { background-color: #2BD234; }
a { background-color: rgb(43,210,52); }
div.DivClassName
{
background-color: #2BD234;
}
.BgClassName
{
background-color: #2BD234;
}
</style>
border-color css
<style>
span { border-color: #2BD234; }
span { border-color: rgb(43,210,52); }
td.TdClassName
{
border-color: #2BD234;
}
.TagClassName
{
border-color: #2BD234;
}
</style>