Shades of Lime Green #3AD14B
Tints of Lime Green #3AD14B
RGB
CMYK
RGB Variations
Color information
#3AD14B (or 0x3AD14B) is known color: Lime Green. HEX triplet: 3A, D1 and 4B. RGB value is (58,209,75). Sum of RGB (Red+Green+Blue) = 58+209+75=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD14B is #C52EB4. Grayscale: #949494. Windows color (decimal): -12922549 or 4968762. OLE color: 4968762.
HSL color Cylindrical-coordinate representation of color #3AD14B: hue angle of 126.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD14B is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 75 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.18 |
| HSL | 126.76º | 0.62% | 0.52% | - |
| HSV(B) | 126.76º | 0.72% | 0.82% | - |
| XYZ | 25.82 | 47.01 | 14.37 | - |
| YUV | 148.58 | 86.47 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 75 | 0.72 | 0 | 0.64 | 0.18 | 126.76 | 0.62 | 0.52 |
| Hex | 3A | D1 | 4B | 48 | 0 | 40 | 12 | 7F | 3E | 34 |
| Octal | 72 | 321 | 113 | 110 | 0 | 100 | 22 | 177 | 76 | 64 |
| Binary | 111010 | 11010001 | 1001011 | 1001000 | 0 | 1000000 | 10010 | 1111111 | 111110 | 110100 |
Color Harmonies of #3AD14B
Complementary color
Monochromatic Colors of #3AD14B
Black with #3AD14B
Text Example
Text Example
White with #3AD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD14B; }
p { color: rgb(58,209,75); }
H1.HeaderClassName
{
color: #3AD14B;
}
.AnyTagClassName
{
color: #3AD14B;
}
</style>
background-color css
<style>
a { background-color: #3AD14B; }
a { background-color: rgb(58,209,75); }
div.DivClassName
{
background-color: #3AD14B;
}
.BgClassName
{
background-color: #3AD14B;
}
</style>
border-color css
<style>
span { border-color: #3AD14B; }
span { border-color: rgb(58,209,75); }
td.TdClassName
{
border-color: #3AD14B;
}
.TagClassName
{
border-color: #3AD14B;
}
</style>