Shades of Lime Green #2BD60F
Tints of Lime Green #2BD60F
RGB
CMYK
RGB Variations
Color information
#2BD60F (or 0x2BD60F) is known color: Lime Green. HEX triplet: 2B, D6 and 0F. RGB value is (43,214,15). Sum of RGB (Red+Green+Blue) = 43+214+15=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD60F is #D429F0. Grayscale: #8C8C8C. Windows color (decimal): -13904369 or 1037867. OLE color: 1037867.
HSL color Cylindrical-coordinate representation of color #2BD60F: hue angle of 111.56º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD60F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.16 |
| HSL | 111.56º | 0.87% | 0.45% | - |
| HSV(B) | 111.56º | 0.93% | 0.84% | - |
| XYZ | 25.13 | 48.64 | 8.52 | - |
| YUV | 140.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 15 | 0.80 | 0 | 0.93 | 0.16 | 111.56 | 0.87 | 0.45 |
| Hex | 2B | D6 | F | 50 | 0 | 5D | 10 | 70 | 57 | 2D |
| Octal | 53 | 326 | 17 | 120 | 0 | 135 | 20 | 160 | 127 | 55 |
| Binary | 101011 | 11010110 | 1111 | 1010000 | 0 | 1011101 | 10000 | 1110000 | 1010111 | 101101 |
Color Harmonies of #2BD60F
Complementary color
Monochromatic Colors of #2BD60F
Black with #2BD60F
Text Example
Text Example
White with #2BD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD60F; }
p { color: rgb(43,214,15); }
H1.HeaderClassName
{
color: #2BD60F;
}
.AnyTagClassName
{
color: #2BD60F;
}
</style>
background-color css
<style>
a { background-color: #2BD60F; }
a { background-color: rgb(43,214,15); }
div.DivClassName
{
background-color: #2BD60F;
}
.BgClassName
{
background-color: #2BD60F;
}
</style>
border-color css
<style>
span { border-color: #2BD60F; }
span { border-color: rgb(43,214,15); }
td.TdClassName
{
border-color: #2BD60F;
}
.TagClassName
{
border-color: #2BD60F;
}
</style>