Shades of Lime Green #2BC61F
Tints of Lime Green #2BC61F
RGB
CMYK
RGB Variations
Color information
#2BC61F (or 0x2BC61F) is known color: Lime Green. HEX triplet: 2B, C6 and 1F. RGB value is (43,198,31). Sum of RGB (Red+Green+Blue) = 43+198+31=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 198 (77.73% from 255 or 72.79% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC61F is #D439E0. Grayscale: #858585. Windows color (decimal): -13908449 or 2082347. OLE color: 2082347.
HSL color Cylindrical-coordinate representation of color #2BC61F: hue angle of 115.69º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BC61F is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 31 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.22 |
| HSL | 115.69º | 0.73% | 0.45% | - |
| HSV(B) | 115.69º | 0.84% | 0.78% | - |
| XYZ | 21.44 | 41 | 8.08 | - |
| YUV | 132.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 31 | 0.78 | 0 | 0.84 | 0.22 | 115.69 | 0.73 | 0.45 |
| Hex | 2B | C6 | 1F | 4E | 0 | 54 | 16 | 74 | 49 | 2D |
| Octal | 53 | 306 | 37 | 116 | 0 | 124 | 26 | 164 | 111 | 55 |
| Binary | 101011 | 11000110 | 11111 | 1001110 | 0 | 1010100 | 10110 | 1110100 | 1001001 | 101101 |
Color Harmonies of #2BC61F
Complementary color
Monochromatic Colors of #2BC61F
Black with #2BC61F
Text Example
Text Example
White with #2BC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC61F; }
p { color: rgb(43,198,31); }
H1.HeaderClassName
{
color: #2BC61F;
}
.AnyTagClassName
{
color: #2BC61F;
}
</style>
background-color css
<style>
a { background-color: #2BC61F; }
a { background-color: rgb(43,198,31); }
div.DivClassName
{
background-color: #2BC61F;
}
.BgClassName
{
background-color: #2BC61F;
}
</style>
border-color css
<style>
span { border-color: #2BC61F; }
span { border-color: rgb(43,198,31); }
td.TdClassName
{
border-color: #2BC61F;
}
.TagClassName
{
border-color: #2BC61F;
}
</style>