Shades of Lime Green #3AD42C
Tints of Lime Green #3AD42C
RGB
CMYK
RGB Variations
Color information
#3AD42C (or 0x3AD42C) is known color: Lime Green. HEX triplet: 3A, D4 and 2C. RGB value is (58,212,44). Sum of RGB (Red+Green+Blue) = 58+212+44=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD42C is #C52BD3. Grayscale: #939393. Windows color (decimal): -12921812 or 2937914. OLE color: 2937914.
HSL color Cylindrical-coordinate representation of color #3AD42C: hue angle of 115º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AD42C is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 44 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.17 |
| HSL | 115º | 0.66% | 0.5% | - |
| HSV(B) | 115º | 0.79% | 0.83% | - |
| XYZ | 25.74 | 48.17 | 10.32 | - |
| YUV | 146.8 | 69.98 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 44 | 0.73 | 0 | 0.79 | 0.17 | 115 | 0.66 | 0.5 |
| Hex | 3A | D4 | 2C | 49 | 0 | 4F | 11 | 73 | 42 | 32 |
| Octal | 72 | 324 | 54 | 111 | 0 | 117 | 21 | 163 | 102 | 62 |
| Binary | 111010 | 11010100 | 101100 | 1001001 | 0 | 1001111 | 10001 | 1110011 | 1000010 | 110010 |
Color Harmonies of #3AD42C
Complementary color
Monochromatic Colors of #3AD42C
Black with #3AD42C
Text Example
Text Example
White with #3AD42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD42C; }
p { color: rgb(58,212,44); }
H1.HeaderClassName
{
color: #3AD42C;
}
.AnyTagClassName
{
color: #3AD42C;
}
</style>
background-color css
<style>
a { background-color: #3AD42C; }
a { background-color: rgb(58,212,44); }
div.DivClassName
{
background-color: #3AD42C;
}
.BgClassName
{
background-color: #3AD42C;
}
</style>
border-color css
<style>
span { border-color: #3AD42C; }
span { border-color: rgb(58,212,44); }
td.TdClassName
{
border-color: #3AD42C;
}
.TagClassName
{
border-color: #3AD42C;
}
</style>