Shades of Lime Green #3AB23D
Tints of Lime Green #3AB23D
RGB
CMYK
RGB Variations
Color information
#3AB23D (or 0x3AB23D) is known color: Lime Green. HEX triplet: 3A, B2 and 3D. RGB value is (58,178,61). Sum of RGB (Red+Green+Blue) = 58+178+61=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB23D is #C54DC2. Grayscale: #818181. Windows color (decimal): -12930499 or 4043322. OLE color: 4043322.
HSL color Cylindrical-coordinate representation of color #3AB23D: hue angle of 121.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB23D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 61 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.30 |
| HSL | 121.5º | 0.51% | 0.46% | - |
| HSV(B) | 121.5º | 0.67% | 0.7% | - |
| XYZ | 18.51 | 33.08 | 9.82 | - |
| YUV | 128.78 | 89.74 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 61 | 0.67 | 0 | 0.66 | 0.30 | 121.5 | 0.51 | 0.46 |
| Hex | 3A | B2 | 3D | 43 | 0 | 42 | 1E | 7A | 33 | 2E |
| Octal | 72 | 262 | 75 | 103 | 0 | 102 | 36 | 172 | 63 | 56 |
| Binary | 111010 | 10110010 | 111101 | 1000011 | 0 | 1000010 | 11110 | 1111010 | 110011 | 101110 |
Color Harmonies of #3AB23D
Complementary color
Monochromatic Colors of #3AB23D
Black with #3AB23D
Text Example
Text Example
White with #3AB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB23D; }
p { color: rgb(58,178,61); }
H1.HeaderClassName
{
color: #3AB23D;
}
.AnyTagClassName
{
color: #3AB23D;
}
</style>
background-color css
<style>
a { background-color: #3AB23D; }
a { background-color: rgb(58,178,61); }
div.DivClassName
{
background-color: #3AB23D;
}
.BgClassName
{
background-color: #3AB23D;
}
</style>
border-color css
<style>
span { border-color: #3AB23D; }
span { border-color: rgb(58,178,61); }
td.TdClassName
{
border-color: #3AB23D;
}
.TagClassName
{
border-color: #3AB23D;
}
</style>