Shades of Lime Green #3AD639
Tints of Lime Green #3AD639
RGB
CMYK
RGB Variations
Color information
#3AD639 (or 0x3AD639) is known color: Lime Green. HEX triplet: 3A, D6 and 39. RGB value is (58,214,57). Sum of RGB (Red+Green+Blue) = 58+214+57=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD639 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD639 is #C529C6. Grayscale: #959595. Windows color (decimal): -12921287 or 3790394. OLE color: 3790394.
HSL color Cylindrical-coordinate representation of color #3AD639: hue angle of 119.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD639 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 57 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.16 |
| HSL | 119.62º | 0.66% | 0.53% | - |
| HSV(B) | 119.62º | 0.73% | 0.84% | - |
| XYZ | 26.53 | 49.29 | 11.99 | - |
| YUV | 149.46 | 75.82 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 57 | 0.73 | 0 | 0.73 | 0.16 | 119.62 | 0.66 | 0.53 |
| Hex | 3A | D6 | 39 | 49 | 0 | 49 | 10 | 78 | 42 | 35 |
| Octal | 72 | 326 | 71 | 111 | 0 | 111 | 20 | 170 | 102 | 65 |
| Binary | 111010 | 11010110 | 111001 | 1001001 | 0 | 1001001 | 10000 | 1111000 | 1000010 | 110101 |
Color Harmonies of #3AD639
Complementary color
Monochromatic Colors of #3AD639
Black with #3AD639
Text Example
Text Example
White with #3AD639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD639; }
p { color: rgb(58,214,57); }
H1.HeaderClassName
{
color: #3AD639;
}
.AnyTagClassName
{
color: #3AD639;
}
</style>
background-color css
<style>
a { background-color: #3AD639; }
a { background-color: rgb(58,214,57); }
div.DivClassName
{
background-color: #3AD639;
}
.BgClassName
{
background-color: #3AD639;
}
</style>
border-color css
<style>
span { border-color: #3AD639; }
span { border-color: rgb(58,214,57); }
td.TdClassName
{
border-color: #3AD639;
}
.TagClassName
{
border-color: #3AD639;
}
</style>