Shades of Lime Green #3AD71B
Tints of Lime Green #3AD71B
RGB
CMYK
RGB Variations
Color information
#3AD71B (or 0x3AD71B) is known color: Lime Green. HEX triplet: 3A, D7 and 1B. RGB value is (58,215,27). Sum of RGB (Red+Green+Blue) = 58+215+27=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD71B is #C528E4. Grayscale: #939393. Windows color (decimal): -12921061 or 1824570. OLE color: 1824570.
HSL color Cylindrical-coordinate representation of color #3AD71B: hue angle of 110.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AD71B is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 27 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.16 |
| HSL | 110.11º | 0.78% | 0.47% | - |
| HSV(B) | 110.11º | 0.87% | 0.84% | - |
| XYZ | 26.24 | 49.58 | 9.22 | - |
| YUV | 146.63 | 60.49 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 27 | 0.73 | 0 | 0.87 | 0.16 | 110.11 | 0.78 | 0.47 |
| Hex | 3A | D7 | 1B | 49 | 0 | 57 | 10 | 6E | 4E | 2F |
| Octal | 72 | 327 | 33 | 111 | 0 | 127 | 20 | 156 | 116 | 57 |
| Binary | 111010 | 11010111 | 11011 | 1001001 | 0 | 1010111 | 10000 | 1101110 | 1001110 | 101111 |
Color Harmonies of #3AD71B
Complementary color
Monochromatic Colors of #3AD71B
Black with #3AD71B
Text Example
Text Example
White with #3AD71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD71B; }
p { color: rgb(58,215,27); }
H1.HeaderClassName
{
color: #3AD71B;
}
.AnyTagClassName
{
color: #3AD71B;
}
</style>
background-color css
<style>
a { background-color: #3AD71B; }
a { background-color: rgb(58,215,27); }
div.DivClassName
{
background-color: #3AD71B;
}
.BgClassName
{
background-color: #3AD71B;
}
</style>
border-color css
<style>
span { border-color: #3AD71B; }
span { border-color: rgb(58,215,27); }
td.TdClassName
{
border-color: #3AD71B;
}
.TagClassName
{
border-color: #3AD71B;
}
</style>