Shades of Lime Green #2BED2F
Tints of Lime Green #2BED2F
RGB
CMYK
RGB Variations
Color information
#2BED2F (or 0x2BED2F) is known color: Lime Green. HEX triplet: 2B, ED and 2F. RGB value is (43,237,47). Sum of RGB (Red+Green+Blue) = 43+237+47=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 237 (92.97% from 255 or 72.48% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED2F is #D412D0. Grayscale: #9D9D9D. Windows color (decimal): -13898449 or 3140907. OLE color: 3140907.
HSL color Cylindrical-coordinate representation of color #2BED2F: hue angle of 121.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED2F is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 47 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.07 |
| HSL | 121.24º | 0.84% | 0.55% | - |
| HSV(B) | 121.24º | 0.82% | 0.93% | - |
| XYZ | 31.79 | 61.29 | 12.84 | - |
| YUV | 157.33 | 65.73 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 47 | 0.82 | 0 | 0.80 | 0.07 | 121.24 | 0.84 | 0.55 |
| Hex | 2B | ED | 2F | 52 | 0 | 50 | 7 | 79 | 54 | 37 |
| Octal | 53 | 355 | 57 | 122 | 0 | 120 | 7 | 171 | 124 | 67 |
| Binary | 101011 | 11101101 | 101111 | 1010010 | 0 | 1010000 | 111 | 1111001 | 1010100 | 110111 |
Color Harmonies of #2BED2F
Complementary color
Monochromatic Colors of #2BED2F
Black with #2BED2F
Text Example
Text Example
White with #2BED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED2F; }
p { color: rgb(43,237,47); }
H1.HeaderClassName
{
color: #2BED2F;
}
.AnyTagClassName
{
color: #2BED2F;
}
</style>
background-color css
<style>
a { background-color: #2BED2F; }
a { background-color: rgb(43,237,47); }
div.DivClassName
{
background-color: #2BED2F;
}
.BgClassName
{
background-color: #2BED2F;
}
</style>
border-color css
<style>
span { border-color: #2BED2F; }
span { border-color: rgb(43,237,47); }
td.TdClassName
{
border-color: #2BED2F;
}
.TagClassName
{
border-color: #2BED2F;
}
</style>