Shades of Lime Green #3ACE28
Tints of Lime Green #3ACE28
RGB
CMYK
RGB Variations
Color information
#3ACE28 (or 0x3ACE28) is known color: Lime Green. HEX triplet: 3A, CE and 28. RGB value is (58,206,40). Sum of RGB (Red+Green+Blue) = 58+206+40=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE28 is #C531D7. Grayscale: #8F8F8F. Windows color (decimal): -12923352 or 2674234. OLE color: 2674234.
HSL color Cylindrical-coordinate representation of color #3ACE28: hue angle of 113.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ACE28 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 40 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.19 |
| HSL | 113.49º | 0.67% | 0.48% | - |
| HSV(B) | 113.49º | 0.81% | 0.81% | - |
| XYZ | 24.2 | 45.2 | 9.46 | - |
| YUV | 142.82 | 69.97 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 40 | 0.72 | 0 | 0.81 | 0.19 | 113.49 | 0.67 | 0.48 |
| Hex | 3A | CE | 28 | 48 | 0 | 51 | 13 | 71 | 43 | 30 |
| Octal | 72 | 316 | 50 | 110 | 0 | 121 | 23 | 161 | 103 | 60 |
| Binary | 111010 | 11001110 | 101000 | 1001000 | 0 | 1010001 | 10011 | 1110001 | 1000011 | 110000 |
Color Harmonies of #3ACE28
Complementary color
Monochromatic Colors of #3ACE28
Black with #3ACE28
Text Example
Text Example
White with #3ACE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE28; }
p { color: rgb(58,206,40); }
H1.HeaderClassName
{
color: #3ACE28;
}
.AnyTagClassName
{
color: #3ACE28;
}
</style>
background-color css
<style>
a { background-color: #3ACE28; }
a { background-color: rgb(58,206,40); }
div.DivClassName
{
background-color: #3ACE28;
}
.BgClassName
{
background-color: #3ACE28;
}
</style>
border-color css
<style>
span { border-color: #3ACE28; }
span { border-color: rgb(58,206,40); }
td.TdClassName
{
border-color: #3ACE28;
}
.TagClassName
{
border-color: #3ACE28;
}
</style>