Shades of Lime Green #3AD733
Tints of Lime Green #3AD733
RGB
CMYK
RGB Variations
Color information
#3AD733 (or 0x3AD733) is known color: Lime Green. HEX triplet: 3A, D7 and 33. RGB value is (58,215,51). Sum of RGB (Red+Green+Blue) = 58+215+51=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD733 is #C528CC. Grayscale: #959595. Windows color (decimal): -12921037 or 3397434. OLE color: 3397434.
HSL color Cylindrical-coordinate representation of color #3AD733: hue angle of 117.44º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD733 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 51 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.16 |
| HSL | 117.44º | 0.67% | 0.52% | - |
| HSV(B) | 117.44º | 0.76% | 0.84% | - |
| XYZ | 26.64 | 49.74 | 11.33 | - |
| YUV | 149.36 | 72.49 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 51 | 0.73 | 0 | 0.76 | 0.16 | 117.44 | 0.67 | 0.52 |
| Hex | 3A | D7 | 33 | 49 | 0 | 4C | 10 | 75 | 43 | 34 |
| Octal | 72 | 327 | 63 | 111 | 0 | 114 | 20 | 165 | 103 | 64 |
| Binary | 111010 | 11010111 | 110011 | 1001001 | 0 | 1001100 | 10000 | 1110101 | 1000011 | 110100 |
Color Harmonies of #3AD733
Complementary color
Monochromatic Colors of #3AD733
Black with #3AD733
Text Example
Text Example
White with #3AD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD733; }
p { color: rgb(58,215,51); }
H1.HeaderClassName
{
color: #3AD733;
}
.AnyTagClassName
{
color: #3AD733;
}
</style>
background-color css
<style>
a { background-color: #3AD733; }
a { background-color: rgb(58,215,51); }
div.DivClassName
{
background-color: #3AD733;
}
.BgClassName
{
background-color: #3AD733;
}
</style>
border-color css
<style>
span { border-color: #3AD733; }
span { border-color: rgb(58,215,51); }
td.TdClassName
{
border-color: #3AD733;
}
.TagClassName
{
border-color: #3AD733;
}
</style>