Shades of Lime Green #3AC436
Tints of Lime Green #3AC436
RGB
CMYK
RGB Variations
Color information
#3AC436 (or 0x3AC436) is known color: Lime Green. HEX triplet: 3A, C4 and 36. RGB value is (58,196,54). Sum of RGB (Red+Green+Blue) = 58+196+54=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC436 is #C53BC9. Grayscale: #8A8A8A. Windows color (decimal): -12925898 or 3589178. OLE color: 3589178.
HSL color Cylindrical-coordinate representation of color #3AC436: hue angle of 118.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC436 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 54 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.23 |
| HSL | 118.31º | 0.57% | 0.49% | - |
| HSV(B) | 118.31º | 0.72% | 0.77% | - |
| XYZ | 22.15 | 40.65 | 10.17 | - |
| YUV | 138.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 54 | 0.70 | 0 | 0.72 | 0.23 | 118.31 | 0.57 | 0.49 |
| Hex | 3A | C4 | 36 | 46 | 0 | 48 | 17 | 76 | 39 | 31 |
| Octal | 72 | 304 | 66 | 106 | 0 | 110 | 27 | 166 | 71 | 61 |
| Binary | 111010 | 11000100 | 110110 | 1000110 | 0 | 1001000 | 10111 | 1110110 | 111001 | 110001 |
Color Harmonies of #3AC436
Complementary color
Monochromatic Colors of #3AC436
Black with #3AC436
Text Example
Text Example
White with #3AC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC436; }
p { color: rgb(58,196,54); }
H1.HeaderClassName
{
color: #3AC436;
}
.AnyTagClassName
{
color: #3AC436;
}
</style>
background-color css
<style>
a { background-color: #3AC436; }
a { background-color: rgb(58,196,54); }
div.DivClassName
{
background-color: #3AC436;
}
.BgClassName
{
background-color: #3AC436;
}
</style>
border-color css
<style>
span { border-color: #3AC436; }
span { border-color: rgb(58,196,54); }
td.TdClassName
{
border-color: #3AC436;
}
.TagClassName
{
border-color: #3AC436;
}
</style>