Shades of Lime Green #3ABC38
Tints of Lime Green #3ABC38
RGB
CMYK
RGB Variations
Color information
#3ABC38 (or 0x3ABC38) is known color: Lime Green. HEX triplet: 3A, BC and 38. RGB value is (58,188,56). Sum of RGB (Red+Green+Blue) = 58+188+56=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC38 is #C543C7. Grayscale: #868686. Windows color (decimal): -12927944 or 3718202. OLE color: 3718202.
HSL color Cylindrical-coordinate representation of color #3ABC38: hue angle of 119.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABC38 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 56 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.26 |
| HSL | 119.09º | 0.54% | 0.48% | - |
| HSV(B) | 119.09º | 0.7% | 0.74% | - |
| XYZ | 20.44 | 37.15 | 9.83 | - |
| YUV | 134.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 56 | 0.69 | 0 | 0.70 | 0.26 | 119.09 | 0.54 | 0.48 |
| Hex | 3A | BC | 38 | 45 | 0 | 46 | 1A | 77 | 36 | 30 |
| Octal | 72 | 274 | 70 | 105 | 0 | 106 | 32 | 167 | 66 | 60 |
| Binary | 111010 | 10111100 | 111000 | 1000101 | 0 | 1000110 | 11010 | 1110111 | 110110 | 110000 |
Color Harmonies of #3ABC38
Complementary color
Monochromatic Colors of #3ABC38
Black with #3ABC38
Text Example
Text Example
White with #3ABC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC38; }
p { color: rgb(58,188,56); }
H1.HeaderClassName
{
color: #3ABC38;
}
.AnyTagClassName
{
color: #3ABC38;
}
</style>
background-color css
<style>
a { background-color: #3ABC38; }
a { background-color: rgb(58,188,56); }
div.DivClassName
{
background-color: #3ABC38;
}
.BgClassName
{
background-color: #3ABC38;
}
</style>
border-color css
<style>
span { border-color: #3ABC38; }
span { border-color: rgb(58,188,56); }
td.TdClassName
{
border-color: #3ABC38;
}
.TagClassName
{
border-color: #3ABC38;
}
</style>