Shades of Lime Green #3AE32C
Tints of Lime Green #3AE32C
RGB
CMYK
RGB Variations
Color information
#3AE32C (or 0x3AE32C) is known color: Lime Green. HEX triplet: 3A, E3 and 2C. RGB value is (58,227,44). Sum of RGB (Red+Green+Blue) = 58+227+44=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE32C is #C51CD3. Grayscale: #9C9C9C. Windows color (decimal): -12917972 or 2941754. OLE color: 2941754.
HSL color Cylindrical-coordinate representation of color #3AE32C: hue angle of 115.41º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AE32C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 44 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.11 |
| HSL | 115.41º | 0.77% | 0.53% | - |
| HSV(B) | 115.41º | 0.81% | 0.89% | - |
| XYZ | 29.67 | 56.02 | 11.63 | - |
| YUV | 155.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 44 | 0.74 | 0 | 0.81 | 0.11 | 115.41 | 0.77 | 0.53 |
| Hex | 3A | E3 | 2C | 4A | 0 | 51 | B | 73 | 4D | 35 |
| Octal | 72 | 343 | 54 | 112 | 0 | 121 | 13 | 163 | 115 | 65 |
| Binary | 111010 | 11100011 | 101100 | 1001010 | 0 | 1010001 | 1011 | 1110011 | 1001101 | 110101 |
Color Harmonies of #3AE32C
Complementary color
Monochromatic Colors of #3AE32C
Black with #3AE32C
Text Example
Text Example
White with #3AE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE32C; }
p { color: rgb(58,227,44); }
H1.HeaderClassName
{
color: #3AE32C;
}
.AnyTagClassName
{
color: #3AE32C;
}
</style>
background-color css
<style>
a { background-color: #3AE32C; }
a { background-color: rgb(58,227,44); }
div.DivClassName
{
background-color: #3AE32C;
}
.BgClassName
{
background-color: #3AE32C;
}
</style>
border-color css
<style>
span { border-color: #3AE32C; }
span { border-color: rgb(58,227,44); }
td.TdClassName
{
border-color: #3AE32C;
}
.TagClassName
{
border-color: #3AE32C;
}
</style>