Shades of Lime Green #3AC821
Tints of Lime Green #3AC821
RGB
CMYK
RGB Variations
Color information
#3AC821 (or 0x3AC821) is known color: Lime Green. HEX triplet: 3A, C8 and 21. RGB value is (58,200,33). Sum of RGB (Red+Green+Blue) = 58+200+33=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC821 is #C537DE. Grayscale: #8B8B8B. Windows color (decimal): -12924895 or 2213946. OLE color: 2213946.
HSL color Cylindrical-coordinate representation of color #3AC821: hue angle of 111.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AC821 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 33 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.22 |
| HSL | 111.02º | 0.72% | 0.46% | - |
| HSV(B) | 111.02º | 0.84% | 0.78% | - |
| XYZ | 22.67 | 42.32 | 8.41 | - |
| YUV | 138.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 33 | 0.71 | 0 | 0.84 | 0.22 | 111.02 | 0.72 | 0.46 |
| Hex | 3A | C8 | 21 | 47 | 0 | 54 | 16 | 6F | 48 | 2E |
| Octal | 72 | 310 | 41 | 107 | 0 | 124 | 26 | 157 | 110 | 56 |
| Binary | 111010 | 11001000 | 100001 | 1000111 | 0 | 1010100 | 10110 | 1101111 | 1001000 | 101110 |
Color Harmonies of #3AC821
Complementary color
Monochromatic Colors of #3AC821
Black with #3AC821
Text Example
Text Example
White with #3AC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC821; }
p { color: rgb(58,200,33); }
H1.HeaderClassName
{
color: #3AC821;
}
.AnyTagClassName
{
color: #3AC821;
}
</style>
background-color css
<style>
a { background-color: #3AC821; }
a { background-color: rgb(58,200,33); }
div.DivClassName
{
background-color: #3AC821;
}
.BgClassName
{
background-color: #3AC821;
}
</style>
border-color css
<style>
span { border-color: #3AC821; }
span { border-color: rgb(58,200,33); }
td.TdClassName
{
border-color: #3AC821;
}
.TagClassName
{
border-color: #3AC821;
}
</style>