Shades of Lime Green #3AC636
Tints of Lime Green #3AC636
RGB
CMYK
RGB Variations
Color information
#3AC636 (or 0x3AC636) is known color: Lime Green. HEX triplet: 3A, C6 and 36. RGB value is (58,198,54). Sum of RGB (Red+Green+Blue) = 58+198+54=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC636 is #C539C9. Grayscale: #8C8C8C. Windows color (decimal): -12925386 or 3589690. OLE color: 3589690.
HSL color Cylindrical-coordinate representation of color #3AC636: hue angle of 118.33º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC636 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 54 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.22 |
| HSL | 118.33º | 0.57% | 0.49% | - |
| HSV(B) | 118.33º | 0.73% | 0.78% | - |
| XYZ | 22.6 | 41.55 | 10.32 | - |
| YUV | 139.72 | 79.62 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 54 | 0.71 | 0 | 0.73 | 0.22 | 118.33 | 0.57 | 0.49 |
| Hex | 3A | C6 | 36 | 47 | 0 | 49 | 16 | 76 | 39 | 31 |
| Octal | 72 | 306 | 66 | 107 | 0 | 111 | 26 | 166 | 71 | 61 |
| Binary | 111010 | 11000110 | 110110 | 1000111 | 0 | 1001001 | 10110 | 1110110 | 111001 | 110001 |
Color Harmonies of #3AC636
Complementary color
Monochromatic Colors of #3AC636
Black with #3AC636
Text Example
Text Example
White with #3AC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC636; }
p { color: rgb(58,198,54); }
H1.HeaderClassName
{
color: #3AC636;
}
.AnyTagClassName
{
color: #3AC636;
}
</style>
background-color css
<style>
a { background-color: #3AC636; }
a { background-color: rgb(58,198,54); }
div.DivClassName
{
background-color: #3AC636;
}
.BgClassName
{
background-color: #3AC636;
}
</style>
border-color css
<style>
span { border-color: #3AC636; }
span { border-color: rgb(58,198,54); }
td.TdClassName
{
border-color: #3AC636;
}
.TagClassName
{
border-color: #3AC636;
}
</style>