Shades of Lime Green #2BC915
Tints of Lime Green #2BC915
RGB
CMYK
RGB Variations
Color information
#2BC915 (or 0x2BC915) is known color: Lime Green. HEX triplet: 2B, C9 and 15. RGB value is (43,201,21). Sum of RGB (Red+Green+Blue) = 43+201+21=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 201 (78.91% from 255 or 75.85% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC915 is #D436EA. Grayscale: #858585. Windows color (decimal): -13907691 or 1427755. OLE color: 1427755.
HSL color Cylindrical-coordinate representation of color #2BC915: hue angle of 112.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BC915 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 21 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.21 |
| HSL | 112.67º | 0.81% | 0.44% | - |
| HSV(B) | 112.67º | 0.9% | 0.79% | - |
| XYZ | 22.02 | 42.34 | 7.72 | - |
| YUV | 133.24 | 64.65 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 21 | 0.79 | 0 | 0.90 | 0.21 | 112.67 | 0.81 | 0.44 |
| Hex | 2B | C9 | 15 | 4F | 0 | 5A | 15 | 71 | 51 | 2C |
| Octal | 53 | 311 | 25 | 117 | 0 | 132 | 25 | 161 | 121 | 54 |
| Binary | 101011 | 11001001 | 10101 | 1001111 | 0 | 1011010 | 10101 | 1110001 | 1010001 | 101100 |
Color Harmonies of #2BC915
Complementary color
Monochromatic Colors of #2BC915
Black with #2BC915
Text Example
Text Example
White with #2BC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC915; }
p { color: rgb(43,201,21); }
H1.HeaderClassName
{
color: #2BC915;
}
.AnyTagClassName
{
color: #2BC915;
}
</style>
background-color css
<style>
a { background-color: #2BC915; }
a { background-color: rgb(43,201,21); }
div.DivClassName
{
background-color: #2BC915;
}
.BgClassName
{
background-color: #2BC915;
}
</style>
border-color css
<style>
span { border-color: #2BC915; }
span { border-color: rgb(43,201,21); }
td.TdClassName
{
border-color: #2BC915;
}
.TagClassName
{
border-color: #2BC915;
}
</style>