Shades of Lime Green #3AD74C
Tints of Lime Green #3AD74C
RGB
CMYK
RGB Variations
Color information
#3AD74C (or 0x3AD74C) is known color: Lime Green. HEX triplet: 3A, D7 and 4C. RGB value is (58,215,76). Sum of RGB (Red+Green+Blue) = 58+215+76=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD74C is #C528B3. Grayscale: #989898. Windows color (decimal): -12921012 or 5035834. OLE color: 5035834.
HSL color Cylindrical-coordinate representation of color #3AD74C: hue angle of 126.88º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD74C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 76 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.16 |
| HSL | 126.88º | 0.66% | 0.54% | - |
| HSV(B) | 126.88º | 0.73% | 0.84% | - |
| XYZ | 27.35 | 50.02 | 15.05 | - |
| YUV | 152.21 | 84.99 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 76 | 0.73 | 0 | 0.65 | 0.16 | 126.88 | 0.66 | 0.54 |
| Hex | 3A | D7 | 4C | 49 | 0 | 41 | 10 | 7F | 42 | 36 |
| Octal | 72 | 327 | 114 | 111 | 0 | 101 | 20 | 177 | 102 | 66 |
| Binary | 111010 | 11010111 | 1001100 | 1001001 | 0 | 1000001 | 10000 | 1111111 | 1000010 | 110110 |
Color Harmonies of #3AD74C
Complementary color
Monochromatic Colors of #3AD74C
Black with #3AD74C
Text Example
Text Example
White with #3AD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD74C; }
p { color: rgb(58,215,76); }
H1.HeaderClassName
{
color: #3AD74C;
}
.AnyTagClassName
{
color: #3AD74C;
}
</style>
background-color css
<style>
a { background-color: #3AD74C; }
a { background-color: rgb(58,215,76); }
div.DivClassName
{
background-color: #3AD74C;
}
.BgClassName
{
background-color: #3AD74C;
}
</style>
border-color css
<style>
span { border-color: #3AD74C; }
span { border-color: rgb(58,215,76); }
td.TdClassName
{
border-color: #3AD74C;
}
.TagClassName
{
border-color: #3AD74C;
}
</style>