Shades of Lime Green #3AC63C
Tints of Lime Green #3AC63C
RGB
CMYK
RGB Variations
Color information
#3AC63C (or 0x3AC63C) is known color: Lime Green. HEX triplet: 3A, C6 and 3C. RGB value is (58,198,60). Sum of RGB (Red+Green+Blue) = 58+198+60=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC63C is #C539C3. Grayscale: #8C8C8C. Windows color (decimal): -12925380 or 3982906. OLE color: 3982906.
HSL color Cylindrical-coordinate representation of color #3AC63C: hue angle of 120.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC63C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 60 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.22 |
| HSL | 120.86º | 0.55% | 0.5% | - |
| HSV(B) | 120.86º | 0.71% | 0.78% | - |
| XYZ | 22.75 | 41.61 | 11.11 | - |
| YUV | 140.41 | 82.62 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 60 | 0.71 | 0 | 0.70 | 0.22 | 120.86 | 0.55 | 0.5 |
| Hex | 3A | C6 | 3C | 47 | 0 | 46 | 16 | 79 | 37 | 32 |
| Octal | 72 | 306 | 74 | 107 | 0 | 106 | 26 | 171 | 67 | 62 |
| Binary | 111010 | 11000110 | 111100 | 1000111 | 0 | 1000110 | 10110 | 1111001 | 110111 | 110010 |
Color Harmonies of #3AC63C
Complementary color
Monochromatic Colors of #3AC63C
Black with #3AC63C
Text Example
Text Example
White with #3AC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC63C; }
p { color: rgb(58,198,60); }
H1.HeaderClassName
{
color: #3AC63C;
}
.AnyTagClassName
{
color: #3AC63C;
}
</style>
background-color css
<style>
a { background-color: #3AC63C; }
a { background-color: rgb(58,198,60); }
div.DivClassName
{
background-color: #3AC63C;
}
.BgClassName
{
background-color: #3AC63C;
}
</style>
border-color css
<style>
span { border-color: #3AC63C; }
span { border-color: rgb(58,198,60); }
td.TdClassName
{
border-color: #3AC63C;
}
.TagClassName
{
border-color: #3AC63C;
}
</style>