Shades of Lime Green #2BC02E
Tints of Lime Green #2BC02E
RGB
CMYK
RGB Variations
Color information
#2BC02E (or 0x2BC02E) is known color: Lime Green. HEX triplet: 2B, C0 and 2E. RGB value is (43,192,46). Sum of RGB (Red+Green+Blue) = 43+192+46=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC02E is #D43FD1. Grayscale: #838383. Windows color (decimal): -13909970 or 3063851. OLE color: 3063851.
HSL color Cylindrical-coordinate representation of color #2BC02E: hue angle of 121.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC02E is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 46 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.25 |
| HSL | 121.21º | 0.63% | 0.46% | - |
| HSV(B) | 121.21º | 0.78% | 0.75% | - |
| XYZ | 20.34 | 38.41 | 8.93 | - |
| YUV | 130.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 46 | 0.78 | 0 | 0.76 | 0.25 | 121.21 | 0.63 | 0.46 |
| Hex | 2B | C0 | 2E | 4E | 0 | 4C | 19 | 79 | 3F | 2E |
| Octal | 53 | 300 | 56 | 116 | 0 | 114 | 31 | 171 | 77 | 56 |
| Binary | 101011 | 11000000 | 101110 | 1001110 | 0 | 1001100 | 11001 | 1111001 | 111111 | 101110 |
Color Harmonies of #2BC02E
Complementary color
Monochromatic Colors of #2BC02E
Black with #2BC02E
Text Example
Text Example
White with #2BC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC02E; }
p { color: rgb(43,192,46); }
H1.HeaderClassName
{
color: #2BC02E;
}
.AnyTagClassName
{
color: #2BC02E;
}
</style>
background-color css
<style>
a { background-color: #2BC02E; }
a { background-color: rgb(43,192,46); }
div.DivClassName
{
background-color: #2BC02E;
}
.BgClassName
{
background-color: #2BC02E;
}
</style>
border-color css
<style>
span { border-color: #2BC02E; }
span { border-color: rgb(43,192,46); }
td.TdClassName
{
border-color: #2BC02E;
}
.TagClassName
{
border-color: #2BC02E;
}
</style>