Shades of Lime Green #2BC927
Tints of Lime Green #2BC927
RGB
CMYK
RGB Variations
Color information
#2BC927 (or 0x2BC927) is known color: Lime Green. HEX triplet: 2B, C9 and 27. RGB value is (43,201,39). Sum of RGB (Red+Green+Blue) = 43+201+39=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC927 is #D436D8. Grayscale: #878787. Windows color (decimal): -13907673 or 2607403. OLE color: 2607403.
HSL color Cylindrical-coordinate representation of color #2BC927: hue angle of 118.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BC927 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 39 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.21 |
| HSL | 118.52º | 0.68% | 0.47% | - |
| HSV(B) | 118.52º | 0.81% | 0.79% | - |
| XYZ | 22.25 | 42.43 | 8.94 | - |
| YUV | 135.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 39 | 0.79 | 0 | 0.81 | 0.21 | 118.52 | 0.68 | 0.47 |
| Hex | 2B | C9 | 27 | 4F | 0 | 51 | 15 | 77 | 44 | 2F |
| Octal | 53 | 311 | 47 | 117 | 0 | 121 | 25 | 167 | 104 | 57 |
| Binary | 101011 | 11001001 | 100111 | 1001111 | 0 | 1010001 | 10101 | 1110111 | 1000100 | 101111 |
Color Harmonies of #2BC927
Complementary color
Monochromatic Colors of #2BC927
Black with #2BC927
Text Example
Text Example
White with #2BC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC927; }
p { color: rgb(43,201,39); }
H1.HeaderClassName
{
color: #2BC927;
}
.AnyTagClassName
{
color: #2BC927;
}
</style>
background-color css
<style>
a { background-color: #2BC927; }
a { background-color: rgb(43,201,39); }
div.DivClassName
{
background-color: #2BC927;
}
.BgClassName
{
background-color: #2BC927;
}
</style>
border-color css
<style>
span { border-color: #2BC927; }
span { border-color: rgb(43,201,39); }
td.TdClassName
{
border-color: #2BC927;
}
.TagClassName
{
border-color: #2BC927;
}
</style>