Shades of Lime Green #2BC32B
Tints of Lime Green #2BC32B
RGB
CMYK
RGB Variations
Color information
#2BC32B (or 0x2BC32B) is known color: Lime Green. HEX triplet: 2B, C3 and 2B. RGB value is (43,195,43). Sum of RGB (Red+Green+Blue) = 43+195+43=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC32B is #D43CD4. Grayscale: #848484. Windows color (decimal): -13909205 or 2868011. OLE color: 2868011.
HSL color Cylindrical-coordinate representation of color #2BC32B: hue angle of 120º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC32B is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 43 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.24 |
| HSL | 120º | 0.64% | 0.47% | - |
| HSV(B) | 120º | 0.78% | 0.76% | - |
| XYZ | 20.95 | 39.72 | 8.85 | - |
| YUV | 132.22 | 77.64 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 43 | 0.78 | 0 | 0.78 | 0.24 | 120 | 0.64 | 0.47 |
| Hex | 2B | C3 | 2B | 4E | 0 | 4E | 18 | 78 | 40 | 2F |
| Octal | 53 | 303 | 53 | 116 | 0 | 116 | 30 | 170 | 100 | 57 |
| Binary | 101011 | 11000011 | 101011 | 1001110 | 0 | 1001110 | 11000 | 1111000 | 1000000 | 101111 |
Color Harmonies of #2BC32B
Complementary color
Monochromatic Colors of #2BC32B
Black with #2BC32B
Text Example
Text Example
White with #2BC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC32B; }
p { color: rgb(43,195,43); }
H1.HeaderClassName
{
color: #2BC32B;
}
.AnyTagClassName
{
color: #2BC32B;
}
</style>
background-color css
<style>
a { background-color: #2BC32B; }
a { background-color: rgb(43,195,43); }
div.DivClassName
{
background-color: #2BC32B;
}
.BgClassName
{
background-color: #2BC32B;
}
</style>
border-color css
<style>
span { border-color: #2BC32B; }
span { border-color: rgb(43,195,43); }
td.TdClassName
{
border-color: #2BC32B;
}
.TagClassName
{
border-color: #2BC32B;
}
</style>