Shades of Lime Green #3AD33C
Tints of Lime Green #3AD33C
RGB
CMYK
RGB Variations
Color information
#3AD33C (or 0x3AD33C) is known color: Lime Green. HEX triplet: 3A, D3 and 3C. RGB value is (58,211,60). Sum of RGB (Red+Green+Blue) = 58+211+60=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 211 (82.81% from 255 or 64.13% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD33C is #C52CC3. Grayscale: #949494. Windows color (decimal): -12922052 or 3986234. OLE color: 3986234.
HSL color Cylindrical-coordinate representation of color #3AD33C: hue angle of 120.78º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD33C is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 60 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.17 |
| HSL | 120.78º | 0.63% | 0.53% | - |
| HSV(B) | 120.78º | 0.73% | 0.83% | - |
| XYZ | 25.85 | 47.81 | 12.14 | - |
| YUV | 148.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 60 | 0.73 | 0 | 0.72 | 0.17 | 120.78 | 0.63 | 0.53 |
| Hex | 3A | D3 | 3C | 49 | 0 | 48 | 11 | 79 | 3F | 35 |
| Octal | 72 | 323 | 74 | 111 | 0 | 110 | 21 | 171 | 77 | 65 |
| Binary | 111010 | 11010011 | 111100 | 1001001 | 0 | 1001000 | 10001 | 1111001 | 111111 | 110101 |
Color Harmonies of #3AD33C
Complementary color
Monochromatic Colors of #3AD33C
Black with #3AD33C
Text Example
Text Example
White with #3AD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD33C; }
p { color: rgb(58,211,60); }
H1.HeaderClassName
{
color: #3AD33C;
}
.AnyTagClassName
{
color: #3AD33C;
}
</style>
background-color css
<style>
a { background-color: #3AD33C; }
a { background-color: rgb(58,211,60); }
div.DivClassName
{
background-color: #3AD33C;
}
.BgClassName
{
background-color: #3AD33C;
}
</style>
border-color css
<style>
span { border-color: #3AD33C; }
span { border-color: rgb(58,211,60); }
td.TdClassName
{
border-color: #3AD33C;
}
.TagClassName
{
border-color: #3AD33C;
}
</style>