Shades of Lime Green #2BDF1F
Tints of Lime Green #2BDF1F
RGB
CMYK
RGB Variations
Color information
#2BDF1F (or 0x2BDF1F) is known color: Lime Green. HEX triplet: 2B, DF and 1F. RGB value is (43,223,31). Sum of RGB (Red+Green+Blue) = 43+223+31=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF1F is #D420E0. Grayscale: #939393. Windows color (decimal): -13902049 or 2088747. OLE color: 2088747.
HSL color Cylindrical-coordinate representation of color #2BDF1F: hue angle of 116.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BDF1F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 31 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.13 |
| HSL | 116.25º | 0.76% | 0.5% | - |
| HSV(B) | 116.25º | 0.86% | 0.87% | - |
| XYZ | 27.63 | 53.39 | 10.14 | - |
| YUV | 147.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 31 | 0.81 | 0 | 0.86 | 0.13 | 116.25 | 0.76 | 0.5 |
| Hex | 2B | DF | 1F | 51 | 0 | 56 | D | 74 | 4C | 32 |
| Octal | 53 | 337 | 37 | 121 | 0 | 126 | 15 | 164 | 114 | 62 |
| Binary | 101011 | 11011111 | 11111 | 1010001 | 0 | 1010110 | 1101 | 1110100 | 1001100 | 110010 |
Color Harmonies of #2BDF1F
Complementary color
Monochromatic Colors of #2BDF1F
Black with #2BDF1F
Text Example
Text Example
White with #2BDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF1F; }
p { color: rgb(43,223,31); }
H1.HeaderClassName
{
color: #2BDF1F;
}
.AnyTagClassName
{
color: #2BDF1F;
}
</style>
background-color css
<style>
a { background-color: #2BDF1F; }
a { background-color: rgb(43,223,31); }
div.DivClassName
{
background-color: #2BDF1F;
}
.BgClassName
{
background-color: #2BDF1F;
}
</style>
border-color css
<style>
span { border-color: #2BDF1F; }
span { border-color: rgb(43,223,31); }
td.TdClassName
{
border-color: #2BDF1F;
}
.TagClassName
{
border-color: #2BDF1F;
}
</style>