Shades of Lime Green #2BC618
Tints of Lime Green #2BC618
RGB
CMYK
RGB Variations
Color information
#2BC618 (or 0x2BC618) is known color: Lime Green. HEX triplet: 2B, C6 and 18. RGB value is (43,198,24). Sum of RGB (Red+Green+Blue) = 43+198+24=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 198 (77.73% from 255 or 74.72% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC618 is #D439E7. Grayscale: #848484. Windows color (decimal): -13908456 or 1623595. OLE color: 1623595.
HSL color Cylindrical-coordinate representation of color #2BC618: hue angle of 113.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BC618 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.22 |
| HSL | 113.45º | 0.78% | 0.44% | - |
| HSV(B) | 113.45º | 0.88% | 0.78% | - |
| XYZ | 21.36 | 40.97 | 7.65 | - |
| YUV | 131.82 | 67.15 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 24 | 0.78 | 0 | 0.88 | 0.22 | 113.45 | 0.78 | 0.44 |
| Hex | 2B | C6 | 18 | 4E | 0 | 58 | 16 | 71 | 4E | 2C |
| Octal | 53 | 306 | 30 | 116 | 0 | 130 | 26 | 161 | 116 | 54 |
| Binary | 101011 | 11000110 | 11000 | 1001110 | 0 | 1011000 | 10110 | 1110001 | 1001110 | 101100 |
Color Harmonies of #2BC618
Complementary color
Monochromatic Colors of #2BC618
Black with #2BC618
Text Example
Text Example
White with #2BC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC618; }
p { color: rgb(43,198,24); }
H1.HeaderClassName
{
color: #2BC618;
}
.AnyTagClassName
{
color: #2BC618;
}
</style>
background-color css
<style>
a { background-color: #2BC618; }
a { background-color: rgb(43,198,24); }
div.DivClassName
{
background-color: #2BC618;
}
.BgClassName
{
background-color: #2BC618;
}
</style>
border-color css
<style>
span { border-color: #2BC618; }
span { border-color: rgb(43,198,24); }
td.TdClassName
{
border-color: #2BC618;
}
.TagClassName
{
border-color: #2BC618;
}
</style>