Shades of Lime Green #3AB230
Tints of Lime Green #3AB230
RGB
CMYK
RGB Variations
Color information
#3AB230 (or 0x3AB230) is known color: Lime Green. HEX triplet: 3A, B2 and 30. RGB value is (58,178,48). Sum of RGB (Red+Green+Blue) = 58+178+48=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB230 is #C54DCF. Grayscale: #7F7F7F. Windows color (decimal): -12930512 or 3191354. OLE color: 3191354.
HSL color Cylindrical-coordinate representation of color #3AB230: hue angle of 115.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AB230 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 48 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.30 |
| HSL | 115.38º | 0.58% | 0.44% | - |
| HSV(B) | 115.38º | 0.73% | 0.7% | - |
| XYZ | 18.2 | 32.95 | 8.2 | - |
| YUV | 127.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 48 | 0.67 | 0 | 0.73 | 0.30 | 115.38 | 0.58 | 0.44 |
| Hex | 3A | B2 | 30 | 43 | 0 | 49 | 1E | 73 | 3A | 2C |
| Octal | 72 | 262 | 60 | 103 | 0 | 111 | 36 | 163 | 72 | 54 |
| Binary | 111010 | 10110010 | 110000 | 1000011 | 0 | 1001001 | 11110 | 1110011 | 111010 | 101100 |
Color Harmonies of #3AB230
Complementary color
Monochromatic Colors of #3AB230
Black with #3AB230
Text Example
Text Example
White with #3AB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB230; }
p { color: rgb(58,178,48); }
H1.HeaderClassName
{
color: #3AB230;
}
.AnyTagClassName
{
color: #3AB230;
}
</style>
background-color css
<style>
a { background-color: #3AB230; }
a { background-color: rgb(58,178,48); }
div.DivClassName
{
background-color: #3AB230;
}
.BgClassName
{
background-color: #3AB230;
}
</style>
border-color css
<style>
span { border-color: #3AB230; }
span { border-color: rgb(58,178,48); }
td.TdClassName
{
border-color: #3AB230;
}
.TagClassName
{
border-color: #3AB230;
}
</style>