Shades of Lime Green #3ACE30
Tints of Lime Green #3ACE30
RGB
CMYK
RGB Variations
Color information
#3ACE30 (or 0x3ACE30) is known color: Lime Green. HEX triplet: 3A, CE and 30. RGB value is (58,206,48). Sum of RGB (Red+Green+Blue) = 58+206+48=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE30 is #C531CF. Grayscale: #909090. Windows color (decimal): -12923344 or 3198522. OLE color: 3198522.
HSL color Cylindrical-coordinate representation of color #3ACE30: hue angle of 116.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACE30 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 48 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.19 |
| HSL | 116.2º | 0.62% | 0.5% | - |
| HSV(B) | 116.2º | 0.77% | 0.81% | - |
| XYZ | 24.35 | 45.26 | 10.25 | - |
| YUV | 143.74 | 73.97 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 48 | 0.72 | 0 | 0.77 | 0.19 | 116.2 | 0.62 | 0.5 |
| Hex | 3A | CE | 30 | 48 | 0 | 4D | 13 | 74 | 3E | 32 |
| Octal | 72 | 316 | 60 | 110 | 0 | 115 | 23 | 164 | 76 | 62 |
| Binary | 111010 | 11001110 | 110000 | 1001000 | 0 | 1001101 | 10011 | 1110100 | 111110 | 110010 |
Color Harmonies of #3ACE30
Complementary color
Monochromatic Colors of #3ACE30
Black with #3ACE30
Text Example
Text Example
White with #3ACE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE30; }
p { color: rgb(58,206,48); }
H1.HeaderClassName
{
color: #3ACE30;
}
.AnyTagClassName
{
color: #3ACE30;
}
</style>
background-color css
<style>
a { background-color: #3ACE30; }
a { background-color: rgb(58,206,48); }
div.DivClassName
{
background-color: #3ACE30;
}
.BgClassName
{
background-color: #3ACE30;
}
</style>
border-color css
<style>
span { border-color: #3ACE30; }
span { border-color: rgb(58,206,48); }
td.TdClassName
{
border-color: #3ACE30;
}
.TagClassName
{
border-color: #3ACE30;
}
</style>