Shades of Lime Green #2BDF35
Tints of Lime Green #2BDF35
RGB
CMYK
RGB Variations
Color information
#2BDF35 (or 0x2BDF35) is known color: Lime Green. HEX triplet: 2B, DF and 35. RGB value is (43,223,53). Sum of RGB (Red+Green+Blue) = 43+223+53=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF35 is #D420CA. Grayscale: #969696. Windows color (decimal): -13902027 or 3530539. OLE color: 3530539.
HSL color Cylindrical-coordinate representation of color #2BDF35: hue angle of 123.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF35 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 53 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.13 |
| HSL | 123.33º | 0.74% | 0.52% | - |
| HSV(B) | 123.33º | 0.81% | 0.87% | - |
| XYZ | 28.03 | 53.55 | 12.23 | - |
| YUV | 149.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 53 | 0.81 | 0 | 0.76 | 0.13 | 123.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 35 | 51 | 0 | 4C | D | 7B | 4A | 34 |
| Octal | 53 | 337 | 65 | 121 | 0 | 114 | 15 | 173 | 112 | 64 |
| Binary | 101011 | 11011111 | 110101 | 1010001 | 0 | 1001100 | 1101 | 1111011 | 1001010 | 110100 |
Color Harmonies of #2BDF35
Complementary color
Monochromatic Colors of #2BDF35
Black with #2BDF35
Text Example
Text Example
White with #2BDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF35; }
p { color: rgb(43,223,53); }
H1.HeaderClassName
{
color: #2BDF35;
}
.AnyTagClassName
{
color: #2BDF35;
}
</style>
background-color css
<style>
a { background-color: #2BDF35; }
a { background-color: rgb(43,223,53); }
div.DivClassName
{
background-color: #2BDF35;
}
.BgClassName
{
background-color: #2BDF35;
}
</style>
border-color css
<style>
span { border-color: #2BDF35; }
span { border-color: rgb(43,223,53); }
td.TdClassName
{
border-color: #2BDF35;
}
.TagClassName
{
border-color: #2BDF35;
}
</style>