Shades of Lime Green #3AD23C
Tints of Lime Green #3AD23C
RGB
CMYK
RGB Variations
Color information
#3AD23C (or 0x3AD23C) is known color: Lime Green. HEX triplet: 3A, D2 and 3C. RGB value is (58,210,60). Sum of RGB (Red+Green+Blue) = 58+210+60=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD23C is #C52DC3. Grayscale: #939393. Windows color (decimal): -12922308 or 3985978. OLE color: 3985978.
HSL color Cylindrical-coordinate representation of color #3AD23C: hue angle of 120.79º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD23C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 60 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.18 |
| HSL | 120.79º | 0.63% | 0.53% | - |
| HSV(B) | 120.79º | 0.72% | 0.82% | - |
| XYZ | 25.61 | 47.32 | 12.06 | - |
| YUV | 147.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 60 | 0.72 | 0 | 0.71 | 0.18 | 120.79 | 0.63 | 0.53 |
| Hex | 3A | D2 | 3C | 48 | 0 | 47 | 12 | 79 | 3F | 35 |
| Octal | 72 | 322 | 74 | 110 | 0 | 107 | 22 | 171 | 77 | 65 |
| Binary | 111010 | 11010010 | 111100 | 1001000 | 0 | 1000111 | 10010 | 1111001 | 111111 | 110101 |
Color Harmonies of #3AD23C
Complementary color
Monochromatic Colors of #3AD23C
Black with #3AD23C
Text Example
Text Example
White with #3AD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD23C; }
p { color: rgb(58,210,60); }
H1.HeaderClassName
{
color: #3AD23C;
}
.AnyTagClassName
{
color: #3AD23C;
}
</style>
background-color css
<style>
a { background-color: #3AD23C; }
a { background-color: rgb(58,210,60); }
div.DivClassName
{
background-color: #3AD23C;
}
.BgClassName
{
background-color: #3AD23C;
}
</style>
border-color css
<style>
span { border-color: #3AD23C; }
span { border-color: rgb(58,210,60); }
td.TdClassName
{
border-color: #3AD23C;
}
.TagClassName
{
border-color: #3AD23C;
}
</style>