Shades of Lime Green #3AD52C
Tints of Lime Green #3AD52C
RGB
CMYK
RGB Variations
Color information
#3AD52C (or 0x3AD52C) is known color: Lime Green. HEX triplet: 3A, D5 and 2C. RGB value is (58,213,44). Sum of RGB (Red+Green+Blue) = 58+213+44=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD52C is #C52AD3. Grayscale: #939393. Windows color (decimal): -12921556 or 2938170. OLE color: 2938170.
HSL color Cylindrical-coordinate representation of color #3AD52C: hue angle of 115.03º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AD52C is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 44 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.16 |
| HSL | 115.03º | 0.67% | 0.5% | - |
| HSV(B) | 115.03º | 0.79% | 0.84% | - |
| XYZ | 25.99 | 48.67 | 10.41 | - |
| YUV | 147.39 | 69.65 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 44 | 0.73 | 0 | 0.79 | 0.16 | 115.03 | 0.67 | 0.5 |
| Hex | 3A | D5 | 2C | 49 | 0 | 4F | 10 | 73 | 43 | 32 |
| Octal | 72 | 325 | 54 | 111 | 0 | 117 | 20 | 163 | 103 | 62 |
| Binary | 111010 | 11010101 | 101100 | 1001001 | 0 | 1001111 | 10000 | 1110011 | 1000011 | 110010 |
Color Harmonies of #3AD52C
Complementary color
Monochromatic Colors of #3AD52C
Black with #3AD52C
Text Example
Text Example
White with #3AD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD52C; }
p { color: rgb(58,213,44); }
H1.HeaderClassName
{
color: #3AD52C;
}
.AnyTagClassName
{
color: #3AD52C;
}
</style>
background-color css
<style>
a { background-color: #3AD52C; }
a { background-color: rgb(58,213,44); }
div.DivClassName
{
background-color: #3AD52C;
}
.BgClassName
{
background-color: #3AD52C;
}
</style>
border-color css
<style>
span { border-color: #3AD52C; }
span { border-color: rgb(58,213,44); }
td.TdClassName
{
border-color: #3AD52C;
}
.TagClassName
{
border-color: #3AD52C;
}
</style>