Shades of Lime Green #3AB53C
Tints of Lime Green #3AB53C
RGB
CMYK
RGB Variations
Color information
#3AB53C (or 0x3AB53C) is known color: Lime Green. HEX triplet: 3A, B5 and 3C. RGB value is (58,181,60). Sum of RGB (Red+Green+Blue) = 58+181+60=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB53C is #C54AC3. Grayscale: #828282. Windows color (decimal): -12929732 or 3978554. OLE color: 3978554.
HSL color Cylindrical-coordinate representation of color #3AB53C: hue angle of 120.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB53C is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 60 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.29 |
| HSL | 120.98º | 0.51% | 0.47% | - |
| HSV(B) | 120.98º | 0.68% | 0.71% | - |
| XYZ | 19.08 | 34.27 | 9.88 | - |
| YUV | 130.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 60 | 0.68 | 0 | 0.67 | 0.29 | 120.98 | 0.51 | 0.47 |
| Hex | 3A | B5 | 3C | 44 | 0 | 43 | 1D | 79 | 33 | 2F |
| Octal | 72 | 265 | 74 | 104 | 0 | 103 | 35 | 171 | 63 | 57 |
| Binary | 111010 | 10110101 | 111100 | 1000100 | 0 | 1000011 | 11101 | 1111001 | 110011 | 101111 |
Color Harmonies of #3AB53C
Complementary color
Monochromatic Colors of #3AB53C
Black with #3AB53C
Text Example
Text Example
White with #3AB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB53C; }
p { color: rgb(58,181,60); }
H1.HeaderClassName
{
color: #3AB53C;
}
.AnyTagClassName
{
color: #3AB53C;
}
</style>
background-color css
<style>
a { background-color: #3AB53C; }
a { background-color: rgb(58,181,60); }
div.DivClassName
{
background-color: #3AB53C;
}
.BgClassName
{
background-color: #3AB53C;
}
</style>
border-color css
<style>
span { border-color: #3AB53C; }
span { border-color: rgb(58,181,60); }
td.TdClassName
{
border-color: #3AB53C;
}
.TagClassName
{
border-color: #3AB53C;
}
</style>