Shades of Lime Green #2BDC27
Tints of Lime Green #2BDC27
RGB
CMYK
RGB Variations
Color information
#2BDC27 (or 0x2BDC27) is known color: Lime Green. HEX triplet: 2B, DC and 27. RGB value is (43,220,39). Sum of RGB (Red+Green+Blue) = 43+220+39=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC27 is #D423D8. Grayscale: #929292. Windows color (decimal): -13902809 or 2612267. OLE color: 2612267.
HSL color Cylindrical-coordinate representation of color #2BDC27: hue angle of 118.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDC27 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 39 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.14 |
| HSL | 118.67º | 0.72% | 0.51% | - |
| HSV(B) | 118.67º | 0.82% | 0.86% | - |
| XYZ | 26.96 | 51.85 | 10.51 | - |
| YUV | 146.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 39 | 0.80 | 0 | 0.82 | 0.14 | 118.67 | 0.72 | 0.51 |
| Hex | 2B | DC | 27 | 50 | 0 | 52 | E | 77 | 48 | 33 |
| Octal | 53 | 334 | 47 | 120 | 0 | 122 | 16 | 167 | 110 | 63 |
| Binary | 101011 | 11011100 | 100111 | 1010000 | 0 | 1010010 | 1110 | 1110111 | 1001000 | 110011 |
Color Harmonies of #2BDC27
Complementary color
Monochromatic Colors of #2BDC27
Black with #2BDC27
Text Example
Text Example
White with #2BDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC27; }
p { color: rgb(43,220,39); }
H1.HeaderClassName
{
color: #2BDC27;
}
.AnyTagClassName
{
color: #2BDC27;
}
</style>
background-color css
<style>
a { background-color: #2BDC27; }
a { background-color: rgb(43,220,39); }
div.DivClassName
{
background-color: #2BDC27;
}
.BgClassName
{
background-color: #2BDC27;
}
</style>
border-color css
<style>
span { border-color: #2BDC27; }
span { border-color: rgb(43,220,39); }
td.TdClassName
{
border-color: #2BDC27;
}
.TagClassName
{
border-color: #2BDC27;
}
</style>