Shades of Lime Green #2BDF2F
Tints of Lime Green #2BDF2F
RGB
CMYK
RGB Variations
Color information
#2BDF2F (or 0x2BDF2F) is known color: Lime Green. HEX triplet: 2B, DF and 2F. RGB value is (43,223,47). Sum of RGB (Red+Green+Blue) = 43+223+47=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF2F is #D420D0. Grayscale: #959595. Windows color (decimal): -13902033 or 3137323. OLE color: 3137323.
HSL color Cylindrical-coordinate representation of color #2BDF2F: hue angle of 121.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 #2BDF2F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 47 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.13 |
| HSL | 121.33º | 0.74% | 0.52% | - |
| HSV(B) | 121.33º | 0.81% | 0.87% | - |
| XYZ | 27.9 | 53.49 | 11.54 | - |
| YUV | 149.12 | 70.37 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 47 | 0.81 | 0 | 0.79 | 0.13 | 121.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 2F | 51 | 0 | 4F | D | 79 | 4A | 34 |
| Octal | 53 | 337 | 57 | 121 | 0 | 117 | 15 | 171 | 112 | 64 |
| Binary | 101011 | 11011111 | 101111 | 1010001 | 0 | 1001111 | 1101 | 1111001 | 1001010 | 110100 |
Color Harmonies of #2BDF2F
Complementary color
Monochromatic Colors of #2BDF2F
Black with #2BDF2F
Text Example
Text Example
White with #2BDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF2F; }
p { color: rgb(43,223,47); }
H1.HeaderClassName
{
color: #2BDF2F;
}
.AnyTagClassName
{
color: #2BDF2F;
}
</style>
background-color css
<style>
a { background-color: #2BDF2F; }
a { background-color: rgb(43,223,47); }
div.DivClassName
{
background-color: #2BDF2F;
}
.BgClassName
{
background-color: #2BDF2F;
}
</style>
border-color css
<style>
span { border-color: #2BDF2F; }
span { border-color: rgb(43,223,47); }
td.TdClassName
{
border-color: #2BDF2F;
}
.TagClassName
{
border-color: #2BDF2F;
}
</style>