Shades of Lime Green #2BDA10
Tints of Lime Green #2BDA10
RGB
CMYK
RGB Variations
Color information
#2BDA10 (or 0x2BDA10) is known color: Lime Green. HEX triplet: 2B, DA and 10. RGB value is (43,218,16). Sum of RGB (Red+Green+Blue) = 43+218+16=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDA10 is #D425EF. Grayscale: #8F8F8F. Windows color (decimal): -13903344 or 1104427. OLE color: 1104427.
HSL color Cylindrical-coordinate representation of color #2BDA10: hue angle of 111.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BDA10 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.15 |
| HSL | 111.98º | 0.86% | 0.46% | - |
| HSV(B) | 111.98º | 0.93% | 0.85% | - |
| XYZ | 26.16 | 50.69 | 8.9 | - |
| YUV | 142.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 16 | 0.80 | 0 | 0.93 | 0.15 | 111.98 | 0.86 | 0.46 |
| Hex | 2B | DA | 10 | 50 | 0 | 5D | F | 70 | 56 | 2E |
| Octal | 53 | 332 | 20 | 120 | 0 | 135 | 17 | 160 | 126 | 56 |
| Binary | 101011 | 11011010 | 10000 | 1010000 | 0 | 1011101 | 1111 | 1110000 | 1010110 | 101110 |
Color Harmonies of #2BDA10
Complementary color
Monochromatic Colors of #2BDA10
Black with #2BDA10
Text Example
Text Example
White with #2BDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA10; }
p { color: rgb(43,218,16); }
H1.HeaderClassName
{
color: #2BDA10;
}
.AnyTagClassName
{
color: #2BDA10;
}
</style>
background-color css
<style>
a { background-color: #2BDA10; }
a { background-color: rgb(43,218,16); }
div.DivClassName
{
background-color: #2BDA10;
}
.BgClassName
{
background-color: #2BDA10;
}
</style>
border-color css
<style>
span { border-color: #2BDA10; }
span { border-color: rgb(43,218,16); }
td.TdClassName
{
border-color: #2BDA10;
}
.TagClassName
{
border-color: #2BDA10;
}
</style>