Shades of Lime Green #3AC632
Tints of Lime Green #3AC632
RGB
CMYK
RGB Variations
Color information
#3AC632 (or 0x3AC632) is known color: Lime Green. HEX triplet: 3A, C6 and 32. RGB value is (58,198,50). Sum of RGB (Red+Green+Blue) = 58+198+50=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC632 is #C539CD. Grayscale: #8B8B8B. Windows color (decimal): -12925390 or 3327546. OLE color: 3327546.
HSL color Cylindrical-coordinate representation of color #3AC632: hue angle of 116.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC632 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 50 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.22 |
| HSL | 116.76º | 0.6% | 0.49% | - |
| HSV(B) | 116.76º | 0.75% | 0.78% | - |
| XYZ | 22.51 | 41.52 | 9.84 | - |
| YUV | 139.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 50 | 0.71 | 0 | 0.75 | 0.22 | 116.76 | 0.6 | 0.49 |
| Hex | 3A | C6 | 32 | 47 | 0 | 4B | 16 | 75 | 3C | 31 |
| Octal | 72 | 306 | 62 | 107 | 0 | 113 | 26 | 165 | 74 | 61 |
| Binary | 111010 | 11000110 | 110010 | 1000111 | 0 | 1001011 | 10110 | 1110101 | 111100 | 110001 |
Color Harmonies of #3AC632
Complementary color
Monochromatic Colors of #3AC632
Black with #3AC632
Text Example
Text Example
White with #3AC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC632; }
p { color: rgb(58,198,50); }
H1.HeaderClassName
{
color: #3AC632;
}
.AnyTagClassName
{
color: #3AC632;
}
</style>
background-color css
<style>
a { background-color: #3AC632; }
a { background-color: rgb(58,198,50); }
div.DivClassName
{
background-color: #3AC632;
}
.BgClassName
{
background-color: #3AC632;
}
</style>
border-color css
<style>
span { border-color: #3AC632; }
span { border-color: rgb(58,198,50); }
td.TdClassName
{
border-color: #3AC632;
}
.TagClassName
{
border-color: #3AC632;
}
</style>