Shades of Lime Green #3AC833
Tints of Lime Green #3AC833
RGB
CMYK
RGB Variations
Color information
#3AC833 (or 0x3AC833) is known color: Lime Green. HEX triplet: 3A, C8 and 33. RGB value is (58,200,51). Sum of RGB (Red+Green+Blue) = 58+200+51=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC833 is #C537CC. Grayscale: #8D8D8D. Windows color (decimal): -12924877 or 3393594. OLE color: 3393594.
HSL color Cylindrical-coordinate representation of color #3AC833: hue angle of 117.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC833 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 51 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.22 |
| HSL | 117.18º | 0.59% | 0.49% | - |
| HSV(B) | 117.18º | 0.75% | 0.78% | - |
| XYZ | 23 | 42.45 | 10.11 | - |
| YUV | 140.56 | 77.46 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 51 | 0.71 | 0 | 0.74 | 0.22 | 117.18 | 0.59 | 0.49 |
| Hex | 3A | C8 | 33 | 47 | 0 | 4A | 16 | 75 | 3B | 31 |
| Octal | 72 | 310 | 63 | 107 | 0 | 112 | 26 | 165 | 73 | 61 |
| Binary | 111010 | 11001000 | 110011 | 1000111 | 0 | 1001010 | 10110 | 1110101 | 111011 | 110001 |
Color Harmonies of #3AC833
Complementary color
Monochromatic Colors of #3AC833
Black with #3AC833
Text Example
Text Example
White with #3AC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC833; }
p { color: rgb(58,200,51); }
H1.HeaderClassName
{
color: #3AC833;
}
.AnyTagClassName
{
color: #3AC833;
}
</style>
background-color css
<style>
a { background-color: #3AC833; }
a { background-color: rgb(58,200,51); }
div.DivClassName
{
background-color: #3AC833;
}
.BgClassName
{
background-color: #3AC833;
}
</style>
border-color css
<style>
span { border-color: #3AC833; }
span { border-color: rgb(58,200,51); }
td.TdClassName
{
border-color: #3AC833;
}
.TagClassName
{
border-color: #3AC833;
}
</style>