Shades of Lime Green #3AD83C
Tints of Lime Green #3AD83C
RGB
CMYK
RGB Variations
Color information
#3AD83C (or 0x3AD83C) is known color: Lime Green. HEX triplet: 3A, D8 and 3C. RGB value is (58,216,60). Sum of RGB (Red+Green+Blue) = 58+216+60=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD83C is #C527C3. Grayscale: #979797. Windows color (decimal): -12920772 or 3987514. OLE color: 3987514.
HSL color Cylindrical-coordinate representation of color #3AD83C: hue angle of 120.76º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD83C is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 60 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.15 |
| HSL | 120.76º | 0.67% | 0.54% | - |
| HSV(B) | 120.76º | 0.73% | 0.85% | - |
| XYZ | 27.12 | 50.34 | 12.56 | - |
| YUV | 150.97 | 76.65 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 60 | 0.73 | 0 | 0.72 | 0.15 | 120.76 | 0.67 | 0.54 |
| Hex | 3A | D8 | 3C | 49 | 0 | 48 | F | 79 | 43 | 36 |
| Octal | 72 | 330 | 74 | 111 | 0 | 110 | 17 | 171 | 103 | 66 |
| Binary | 111010 | 11011000 | 111100 | 1001001 | 0 | 1001000 | 1111 | 1111001 | 1000011 | 110110 |
Color Harmonies of #3AD83C
Complementary color
Monochromatic Colors of #3AD83C
Black with #3AD83C
Text Example
Text Example
White with #3AD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD83C; }
p { color: rgb(58,216,60); }
H1.HeaderClassName
{
color: #3AD83C;
}
.AnyTagClassName
{
color: #3AD83C;
}
</style>
background-color css
<style>
a { background-color: #3AD83C; }
a { background-color: rgb(58,216,60); }
div.DivClassName
{
background-color: #3AD83C;
}
.BgClassName
{
background-color: #3AD83C;
}
</style>
border-color css
<style>
span { border-color: #3AD83C; }
span { border-color: rgb(58,216,60); }
td.TdClassName
{
border-color: #3AD83C;
}
.TagClassName
{
border-color: #3AD83C;
}
</style>