Shades of Lime Green #3AC321
Tints of Lime Green #3AC321
RGB
CMYK
RGB Variations
Color information
#3AC321 (or 0x3AC321) is known color: Lime Green. HEX triplet: 3A, C3 and 21. RGB value is (58,195,33). Sum of RGB (Red+Green+Blue) = 58+195+33=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC321 is #C53CDE. Grayscale: #888888. Windows color (decimal): -12926175 or 2212666. OLE color: 2212666.
HSL color Cylindrical-coordinate representation of color #3AC321: hue angle of 110.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AC321 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 33 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.24 |
| HSL | 110.74º | 0.71% | 0.45% | - |
| HSV(B) | 110.74º | 0.83% | 0.76% | - |
| XYZ | 21.53 | 40.04 | 8.03 | - |
| YUV | 135.57 | 70.11 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 33 | 0.70 | 0 | 0.83 | 0.24 | 110.74 | 0.71 | 0.45 |
| Hex | 3A | C3 | 21 | 46 | 0 | 53 | 18 | 6F | 47 | 2D |
| Octal | 72 | 303 | 41 | 106 | 0 | 123 | 30 | 157 | 107 | 55 |
| Binary | 111010 | 11000011 | 100001 | 1000110 | 0 | 1010011 | 11000 | 1101111 | 1000111 | 101101 |
Color Harmonies of #3AC321
Complementary color
Monochromatic Colors of #3AC321
Black with #3AC321
Text Example
Text Example
White with #3AC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC321; }
p { color: rgb(58,195,33); }
H1.HeaderClassName
{
color: #3AC321;
}
.AnyTagClassName
{
color: #3AC321;
}
</style>
background-color css
<style>
a { background-color: #3AC321; }
a { background-color: rgb(58,195,33); }
div.DivClassName
{
background-color: #3AC321;
}
.BgClassName
{
background-color: #3AC321;
}
</style>
border-color css
<style>
span { border-color: #3AC321; }
span { border-color: rgb(58,195,33); }
td.TdClassName
{
border-color: #3AC321;
}
.TagClassName
{
border-color: #3AC321;
}
</style>