Shades of Lime Green #3AD44B
Tints of Lime Green #3AD44B
RGB
CMYK
RGB Variations
Color information
#3AD44B (or 0x3AD44B) is known color: Lime Green. HEX triplet: 3A, D4 and 4B. RGB value is (58,212,75). Sum of RGB (Red+Green+Blue) = 58+212+75=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD44B is #C52BB4. Grayscale: #969696. Windows color (decimal): -12921781 or 4969530. OLE color: 4969530.
HSL color Cylindrical-coordinate representation of color #3AD44B: hue angle of 126.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD44B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 75 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.17 |
| HSL | 126.62º | 0.64% | 0.53% | - |
| HSV(B) | 126.62º | 0.73% | 0.83% | - |
| XYZ | 26.56 | 48.49 | 14.62 | - |
| YUV | 150.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 75 | 0.73 | 0 | 0.65 | 0.17 | 126.62 | 0.64 | 0.53 |
| Hex | 3A | D4 | 4B | 49 | 0 | 41 | 11 | 7F | 40 | 35 |
| Octal | 72 | 324 | 113 | 111 | 0 | 101 | 21 | 177 | 100 | 65 |
| Binary | 111010 | 11010100 | 1001011 | 1001001 | 0 | 1000001 | 10001 | 1111111 | 1000000 | 110101 |
Color Harmonies of #3AD44B
Complementary color
Monochromatic Colors of #3AD44B
Black with #3AD44B
Text Example
Text Example
White with #3AD44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD44B; }
p { color: rgb(58,212,75); }
H1.HeaderClassName
{
color: #3AD44B;
}
.AnyTagClassName
{
color: #3AD44B;
}
</style>
background-color css
<style>
a { background-color: #3AD44B; }
a { background-color: rgb(58,212,75); }
div.DivClassName
{
background-color: #3AD44B;
}
.BgClassName
{
background-color: #3AD44B;
}
</style>
border-color css
<style>
span { border-color: #3AD44B; }
span { border-color: rgb(58,212,75); }
td.TdClassName
{
border-color: #3AD44B;
}
.TagClassName
{
border-color: #3AD44B;
}
</style>