Shades of Lime Green #3AB238
Tints of Lime Green #3AB238
RGB
CMYK
RGB Variations
Color information
#3AB238 (or 0x3AB238) is known color: Lime Green. HEX triplet: 3A, B2 and 38. RGB value is (58,178,56). Sum of RGB (Red+Green+Blue) = 58+178+56=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB238 is #C54DC7. Grayscale: #808080. Windows color (decimal): -12930504 or 3715642. OLE color: 3715642.
HSL color Cylindrical-coordinate representation of color #3AB238: hue angle of 119.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB238 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 56 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.30 |
| HSL | 119.02º | 0.52% | 0.46% | - |
| HSV(B) | 119.02º | 0.69% | 0.7% | - |
| XYZ | 18.38 | 33.03 | 9.15 | - |
| YUV | 128.21 | 87.24 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 56 | 0.67 | 0 | 0.69 | 0.30 | 119.02 | 0.52 | 0.46 |
| Hex | 3A | B2 | 38 | 43 | 0 | 45 | 1E | 77 | 34 | 2E |
| Octal | 72 | 262 | 70 | 103 | 0 | 105 | 36 | 167 | 64 | 56 |
| Binary | 111010 | 10110010 | 111000 | 1000011 | 0 | 1000101 | 11110 | 1110111 | 110100 | 101110 |
Color Harmonies of #3AB238
Complementary color
Monochromatic Colors of #3AB238
Black with #3AB238
Text Example
Text Example
White with #3AB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB238; }
p { color: rgb(58,178,56); }
H1.HeaderClassName
{
color: #3AB238;
}
.AnyTagClassName
{
color: #3AB238;
}
</style>
background-color css
<style>
a { background-color: #3AB238; }
a { background-color: rgb(58,178,56); }
div.DivClassName
{
background-color: #3AB238;
}
.BgClassName
{
background-color: #3AB238;
}
</style>
border-color css
<style>
span { border-color: #3AB238; }
span { border-color: rgb(58,178,56); }
td.TdClassName
{
border-color: #3AB238;
}
.TagClassName
{
border-color: #3AB238;
}
</style>