Shades of Lime Green #3AC823
Tints of Lime Green #3AC823
RGB
CMYK
RGB Variations
Color information
#3AC823 (or 0x3AC823) is known color: Lime Green. HEX triplet: 3A, C8 and 23. RGB value is (58,200,35). Sum of RGB (Red+Green+Blue) = 58+200+35=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC823 is #C537DC. Grayscale: #8B8B8B. Windows color (decimal): -12924893 or 2345018. OLE color: 2345018.
HSL color Cylindrical-coordinate representation of color #3AC823: hue angle of 111.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AC823 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 35 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.22 |
| HSL | 111.64º | 0.7% | 0.46% | - |
| HSV(B) | 111.64º | 0.83% | 0.78% | - |
| XYZ | 22.7 | 42.33 | 8.56 | - |
| YUV | 138.73 | 69.46 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 35 | 0.71 | 0 | 0.82 | 0.22 | 111.64 | 0.7 | 0.46 |
| Hex | 3A | C8 | 23 | 47 | 0 | 52 | 16 | 70 | 46 | 2E |
| Octal | 72 | 310 | 43 | 107 | 0 | 122 | 26 | 160 | 106 | 56 |
| Binary | 111010 | 11001000 | 100011 | 1000111 | 0 | 1010010 | 10110 | 1110000 | 1000110 | 101110 |
Color Harmonies of #3AC823
Complementary color
Monochromatic Colors of #3AC823
Black with #3AC823
Text Example
Text Example
White with #3AC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC823; }
p { color: rgb(58,200,35); }
H1.HeaderClassName
{
color: #3AC823;
}
.AnyTagClassName
{
color: #3AC823;
}
</style>
background-color css
<style>
a { background-color: #3AC823; }
a { background-color: rgb(58,200,35); }
div.DivClassName
{
background-color: #3AC823;
}
.BgClassName
{
background-color: #3AC823;
}
</style>
border-color css
<style>
span { border-color: #3AC823; }
span { border-color: rgb(58,200,35); }
td.TdClassName
{
border-color: #3AC823;
}
.TagClassName
{
border-color: #3AC823;
}
</style>