Shades of Lime Green #3ABC32
Tints of Lime Green #3ABC32
RGB
CMYK
RGB Variations
Color information
#3ABC32 (or 0x3ABC32) is known color: Lime Green. HEX triplet: 3A, BC and 32. RGB value is (58,188,50). Sum of RGB (Red+Green+Blue) = 58+188+50=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC32 is #C543CD. Grayscale: #858585. Windows color (decimal): -12927950 or 3324986. OLE color: 3324986.
HSL color Cylindrical-coordinate representation of color #3ABC32: hue angle of 116.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABC32 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 50 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.26 |
| HSL | 116.52º | 0.58% | 0.47% | - |
| HSV(B) | 116.52º | 0.73% | 0.74% | - |
| XYZ | 20.3 | 37.1 | 9.11 | - |
| YUV | 133.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 50 | 0.69 | 0 | 0.73 | 0.26 | 116.52 | 0.58 | 0.47 |
| Hex | 3A | BC | 32 | 45 | 0 | 49 | 1A | 75 | 3A | 2F |
| Octal | 72 | 274 | 62 | 105 | 0 | 111 | 32 | 165 | 72 | 57 |
| Binary | 111010 | 10111100 | 110010 | 1000101 | 0 | 1001001 | 11010 | 1110101 | 111010 | 101111 |
Color Harmonies of #3ABC32
Complementary color
Monochromatic Colors of #3ABC32
Black with #3ABC32
Text Example
Text Example
White with #3ABC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC32; }
p { color: rgb(58,188,50); }
H1.HeaderClassName
{
color: #3ABC32;
}
.AnyTagClassName
{
color: #3ABC32;
}
</style>
background-color css
<style>
a { background-color: #3ABC32; }
a { background-color: rgb(58,188,50); }
div.DivClassName
{
background-color: #3ABC32;
}
.BgClassName
{
background-color: #3ABC32;
}
</style>
border-color css
<style>
span { border-color: #3ABC32; }
span { border-color: rgb(58,188,50); }
td.TdClassName
{
border-color: #3ABC32;
}
.TagClassName
{
border-color: #3ABC32;
}
</style>