Shades of Lime Green #3ACE43
Tints of Lime Green #3ACE43
RGB
CMYK
RGB Variations
Color information
#3ACE43 (or 0x3ACE43) is known color: Lime Green. HEX triplet: 3A, CE and 43. RGB value is (58,206,67). Sum of RGB (Red+Green+Blue) = 58+206+67=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE43 is #C531BC. Grayscale: #929292. Windows color (decimal): -12923325 or 4443706. OLE color: 4443706.
HSL color Cylindrical-coordinate representation of color #3ACE43: hue angle of 123.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE43 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 67 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.19 |
| HSL | 123.65º | 0.6% | 0.52% | - |
| HSV(B) | 123.65º | 0.72% | 0.81% | - |
| XYZ | 24.83 | 45.45 | 12.77 | - |
| YUV | 145.9 | 83.47 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 67 | 0.72 | 0 | 0.67 | 0.19 | 123.65 | 0.6 | 0.52 |
| Hex | 3A | CE | 43 | 48 | 0 | 43 | 13 | 7C | 3C | 34 |
| Octal | 72 | 316 | 103 | 110 | 0 | 103 | 23 | 174 | 74 | 64 |
| Binary | 111010 | 11001110 | 1000011 | 1001000 | 0 | 1000011 | 10011 | 1111100 | 111100 | 110100 |
Color Harmonies of #3ACE43
Complementary color
Monochromatic Colors of #3ACE43
Black with #3ACE43
Text Example
Text Example
White with #3ACE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE43; }
p { color: rgb(58,206,67); }
H1.HeaderClassName
{
color: #3ACE43;
}
.AnyTagClassName
{
color: #3ACE43;
}
</style>
background-color css
<style>
a { background-color: #3ACE43; }
a { background-color: rgb(58,206,67); }
div.DivClassName
{
background-color: #3ACE43;
}
.BgClassName
{
background-color: #3ACE43;
}
</style>
border-color css
<style>
span { border-color: #3ACE43; }
span { border-color: rgb(58,206,67); }
td.TdClassName
{
border-color: #3ACE43;
}
.TagClassName
{
border-color: #3ACE43;
}
</style>