Shades of Lime Green #3ABC2D
Tints of Lime Green #3ABC2D
RGB
CMYK
RGB Variations
Color information
#3ABC2D (or 0x3ABC2D) is known color: Lime Green. HEX triplet: 3A, BC and 2D. RGB value is (58,188,45). Sum of RGB (Red+Green+Blue) = 58+188+45=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC2D is #C543D2. Grayscale: #858585. Windows color (decimal): -12927955 or 2997306. OLE color: 2997306.
HSL color Cylindrical-coordinate representation of color #3ABC2D: hue angle of 114.55º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABC2D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 45 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.26 |
| HSL | 114.55º | 0.61% | 0.46% | - |
| HSV(B) | 114.55º | 0.76% | 0.74% | - |
| XYZ | 20.2 | 37.06 | 8.57 | - |
| YUV | 132.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 45 | 0.69 | 0 | 0.76 | 0.26 | 114.55 | 0.61 | 0.46 |
| Hex | 3A | BC | 2D | 45 | 0 | 4C | 1A | 73 | 3D | 2E |
| Octal | 72 | 274 | 55 | 105 | 0 | 114 | 32 | 163 | 75 | 56 |
| Binary | 111010 | 10111100 | 101101 | 1000101 | 0 | 1001100 | 11010 | 1110011 | 111101 | 101110 |
Color Harmonies of #3ABC2D
Complementary color
Monochromatic Colors of #3ABC2D
Black with #3ABC2D
Text Example
Text Example
White with #3ABC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC2D; }
p { color: rgb(58,188,45); }
H1.HeaderClassName
{
color: #3ABC2D;
}
.AnyTagClassName
{
color: #3ABC2D;
}
</style>
background-color css
<style>
a { background-color: #3ABC2D; }
a { background-color: rgb(58,188,45); }
div.DivClassName
{
background-color: #3ABC2D;
}
.BgClassName
{
background-color: #3ABC2D;
}
</style>
border-color css
<style>
span { border-color: #3ABC2D; }
span { border-color: rgb(58,188,45); }
td.TdClassName
{
border-color: #3ABC2D;
}
.TagClassName
{
border-color: #3ABC2D;
}
</style>