Shades of Lime Green #2BD40F
Tints of Lime Green #2BD40F
RGB
CMYK
RGB Variations
Color information
#2BD40F (or 0x2BD40F) is known color: Lime Green. HEX triplet: 2B, D4 and 0F. RGB value is (43,212,15). Sum of RGB (Red+Green+Blue) = 43+212+15=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 212 (83.20% from 255 or 78.52% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD40F is #D42BF0. Grayscale: #8B8B8B. Windows color (decimal): -13904881 or 1037355. OLE color: 1037355.
HSL color Cylindrical-coordinate representation of color #2BD40F: hue angle of 111.47º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD40F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.17 |
| HSL | 111.47º | 0.87% | 0.45% | - |
| HSV(B) | 111.47º | 0.93% | 0.83% | - |
| XYZ | 24.63 | 47.64 | 8.35 | - |
| YUV | 139.01 | 58.01 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 15 | 0.80 | 0 | 0.93 | 0.17 | 111.47 | 0.87 | 0.45 |
| Hex | 2B | D4 | F | 50 | 0 | 5D | 11 | 6F | 57 | 2D |
| Octal | 53 | 324 | 17 | 120 | 0 | 135 | 21 | 157 | 127 | 55 |
| Binary | 101011 | 11010100 | 1111 | 1010000 | 0 | 1011101 | 10001 | 1101111 | 1010111 | 101101 |
Color Harmonies of #2BD40F
Complementary color
Monochromatic Colors of #2BD40F
Black with #2BD40F
Text Example
Text Example
White with #2BD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD40F; }
p { color: rgb(43,212,15); }
H1.HeaderClassName
{
color: #2BD40F;
}
.AnyTagClassName
{
color: #2BD40F;
}
</style>
background-color css
<style>
a { background-color: #2BD40F; }
a { background-color: rgb(43,212,15); }
div.DivClassName
{
background-color: #2BD40F;
}
.BgClassName
{
background-color: #2BD40F;
}
</style>
border-color css
<style>
span { border-color: #2BD40F; }
span { border-color: rgb(43,212,15); }
td.TdClassName
{
border-color: #2BD40F;
}
.TagClassName
{
border-color: #2BD40F;
}
</style>