Shades of Lime Green #3AD81B
Tints of Lime Green #3AD81B
RGB
CMYK
RGB Variations
Color information
#3AD81B (or 0x3AD81B) is known color: Lime Green. HEX triplet: 3A, D8 and 1B. RGB value is (58,216,27). Sum of RGB (Red+Green+Blue) = 58+216+27=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD81B is #C527E4. Grayscale: #939393. Windows color (decimal): -12920805 or 1824826. OLE color: 1824826.
HSL color Cylindrical-coordinate representation of color #3AD81B: hue angle of 110.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AD81B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 27 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.15 |
| HSL | 110.16º | 0.78% | 0.48% | - |
| HSV(B) | 110.16º | 0.88% | 0.85% | - |
| XYZ | 26.5 | 50.09 | 9.31 | - |
| YUV | 147.21 | 60.15 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 27 | 0.73 | 0 | 0.88 | 0.15 | 110.16 | 0.78 | 0.48 |
| Hex | 3A | D8 | 1B | 49 | 0 | 58 | F | 6E | 4E | 30 |
| Octal | 72 | 330 | 33 | 111 | 0 | 130 | 17 | 156 | 116 | 60 |
| Binary | 111010 | 11011000 | 11011 | 1001001 | 0 | 1011000 | 1111 | 1101110 | 1001110 | 110000 |
Color Harmonies of #3AD81B
Complementary color
Monochromatic Colors of #3AD81B
Black with #3AD81B
Text Example
Text Example
White with #3AD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD81B; }
p { color: rgb(58,216,27); }
H1.HeaderClassName
{
color: #3AD81B;
}
.AnyTagClassName
{
color: #3AD81B;
}
</style>
background-color css
<style>
a { background-color: #3AD81B; }
a { background-color: rgb(58,216,27); }
div.DivClassName
{
background-color: #3AD81B;
}
.BgClassName
{
background-color: #3AD81B;
}
</style>
border-color css
<style>
span { border-color: #3AD81B; }
span { border-color: rgb(58,216,27); }
td.TdClassName
{
border-color: #3AD81B;
}
.TagClassName
{
border-color: #3AD81B;
}
</style>