Shades of Lime Green #3AB237
Tints of Lime Green #3AB237
RGB
CMYK
RGB Variations
Color information
#3AB237 (or 0x3AB237) is known color: Lime Green. HEX triplet: 3A, B2 and 37. RGB value is (58,178,55). Sum of RGB (Red+Green+Blue) = 58+178+55=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB237 is #C54DC8. Grayscale: #808080. Windows color (decimal): -12930505 or 3650106. OLE color: 3650106.
HSL color Cylindrical-coordinate representation of color #3AB237: hue angle of 118.54º degrees, saturation: 0.53, 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 #3AB237 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 55 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.30 |
| HSL | 118.54º | 0.53% | 0.46% | - |
| HSV(B) | 118.54º | 0.69% | 0.7% | - |
| XYZ | 18.35 | 33.02 | 9.02 | - |
| YUV | 128.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 55 | 0.67 | 0 | 0.69 | 0.30 | 118.54 | 0.53 | 0.46 |
| Hex | 3A | B2 | 37 | 43 | 0 | 45 | 1E | 77 | 35 | 2E |
| Octal | 72 | 262 | 67 | 103 | 0 | 105 | 36 | 167 | 65 | 56 |
| Binary | 111010 | 10110010 | 110111 | 1000011 | 0 | 1000101 | 11110 | 1110111 | 110101 | 101110 |
Color Harmonies of #3AB237
Complementary color
Monochromatic Colors of #3AB237
Black with #3AB237
Text Example
Text Example
White with #3AB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB237; }
p { color: rgb(58,178,55); }
H1.HeaderClassName
{
color: #3AB237;
}
.AnyTagClassName
{
color: #3AB237;
}
</style>
background-color css
<style>
a { background-color: #3AB237; }
a { background-color: rgb(58,178,55); }
div.DivClassName
{
background-color: #3AB237;
}
.BgClassName
{
background-color: #3AB237;
}
</style>
border-color css
<style>
span { border-color: #3AB237; }
span { border-color: rgb(58,178,55); }
td.TdClassName
{
border-color: #3AB237;
}
.TagClassName
{
border-color: #3AB237;
}
</style>