Shades of Lime Green #3ABC42
Tints of Lime Green #3ABC42
RGB
CMYK
RGB Variations
Color information
#3ABC42 (or 0x3ABC42) is known color: Lime Green. HEX triplet: 3A, BC and 42. RGB value is (58,188,66). Sum of RGB (Red+Green+Blue) = 58+188+66=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC42 is #C543BD. Grayscale: #878787. Windows color (decimal): -12927934 or 4373562. OLE color: 4373562.
HSL color Cylindrical-coordinate representation of color #3ABC42: hue angle of 123.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC42 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 66 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.26 |
| HSL | 123.69º | 0.53% | 0.48% | - |
| HSV(B) | 123.69º | 0.69% | 0.74% | - |
| XYZ | 20.71 | 37.26 | 11.25 | - |
| YUV | 135.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 66 | 0.69 | 0 | 0.65 | 0.26 | 123.69 | 0.53 | 0.48 |
| Hex | 3A | BC | 42 | 45 | 0 | 41 | 1A | 7C | 35 | 30 |
| Octal | 72 | 274 | 102 | 105 | 0 | 101 | 32 | 174 | 65 | 60 |
| Binary | 111010 | 10111100 | 1000010 | 1000101 | 0 | 1000001 | 11010 | 1111100 | 110101 | 110000 |
Color Harmonies of #3ABC42
Complementary color
Monochromatic Colors of #3ABC42
Black with #3ABC42
Text Example
Text Example
White with #3ABC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC42; }
p { color: rgb(58,188,66); }
H1.HeaderClassName
{
color: #3ABC42;
}
.AnyTagClassName
{
color: #3ABC42;
}
</style>
background-color css
<style>
a { background-color: #3ABC42; }
a { background-color: rgb(58,188,66); }
div.DivClassName
{
background-color: #3ABC42;
}
.BgClassName
{
background-color: #3ABC42;
}
</style>
border-color css
<style>
span { border-color: #3ABC42; }
span { border-color: rgb(58,188,66); }
td.TdClassName
{
border-color: #3ABC42;
}
.TagClassName
{
border-color: #3ABC42;
}
</style>