Shades of Lime Green #3AC83C
Tints of Lime Green #3AC83C
RGB
CMYK
RGB Variations
Color information
#3AC83C (or 0x3AC83C) is known color: Lime Green. HEX triplet: 3A, C8 and 3C. RGB value is (58,200,60). Sum of RGB (Red+Green+Blue) = 58+200+60=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC83C is #C537C3. Grayscale: #8E8E8E. Windows color (decimal): -12924868 or 3983418. OLE color: 3983418.
HSL color Cylindrical-coordinate representation of color #3AC83C: hue angle of 120.85º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC83C is Cyan = 0.71, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 60 | - |
| CMYK | 0.71 | 0 | 0.7 | 0.22 |
| HSL | 120.85º | 0.56% | 0.51% | - |
| HSV(B) | 120.85º | 0.71% | 0.78% | - |
| XYZ | 23.21 | 42.53 | 11.26 | - |
| YUV | 141.58 | 81.96 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 60 | 0.71 | 0 | 0.7 | 0.22 | 120.85 | 0.56 | 0.51 |
| Hex | 3A | C8 | 3C | 47 | 0 | 46 | 16 | 79 | 38 | 33 |
| Octal | 72 | 310 | 74 | 107 | 0 | 106 | 26 | 171 | 70 | 63 |
| Binary | 111010 | 11001000 | 111100 | 1000111 | 0 | 1000110 | 10110 | 1111001 | 111000 | 110011 |
Color Harmonies of #3AC83C
Complementary color
Monochromatic Colors of #3AC83C
Black with #3AC83C
Text Example
Text Example
White with #3AC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC83C; }
p { color: rgb(58,200,60); }
H1.HeaderClassName
{
color: #3AC83C;
}
.AnyTagClassName
{
color: #3AC83C;
}
</style>
background-color css
<style>
a { background-color: #3AC83C; }
a { background-color: rgb(58,200,60); }
div.DivClassName
{
background-color: #3AC83C;
}
.BgClassName
{
background-color: #3AC83C;
}
</style>
border-color css
<style>
span { border-color: #3AC83C; }
span { border-color: rgb(58,200,60); }
td.TdClassName
{
border-color: #3AC83C;
}
.TagClassName
{
border-color: #3AC83C;
}
</style>