Shades of Lime Green #3AFC3E
Tints of Lime Green #3AFC3E
RGB
CMYK
RGB Variations
Color information
#3AFC3E (or 0x3AFC3E) is known color: Lime Green. HEX triplet: 3A, FC and 3E. RGB value is (58,252,62). Sum of RGB (Red+Green+Blue) = 58+252+62=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC3E is #C503C1. Grayscale: #ACACAC. Windows color (decimal): -12911554 or 4127802. OLE color: 4127802.
HSL color Cylindrical-coordinate representation of color #3AFC3E: hue angle of 121.24º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC3E is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 62 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.01 |
| HSL | 121.24º | 0.97% | 0.61% | - |
| HSV(B) | 121.24º | 0.77% | 0.99% | - |
| XYZ | 37.42 | 70.87 | 16.26 | - |
| YUV | 172.33 | 65.73 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 62 | 0.77 | 0 | 0.75 | 0.01 | 121.24 | 0.97 | 0.61 |
| Hex | 3A | FC | 3E | 4D | 0 | 4B | 1 | 79 | 61 | 3D |
| Octal | 72 | 374 | 76 | 115 | 0 | 113 | 1 | 171 | 141 | 75 |
| Binary | 111010 | 11111100 | 111110 | 1001101 | 0 | 1001011 | 1 | 1111001 | 1100001 | 111101 |
Color Harmonies of #3AFC3E
Complementary color
Monochromatic Colors of #3AFC3E
Black with #3AFC3E
Text Example
Text Example
White with #3AFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC3E; }
p { color: rgb(58,252,62); }
H1.HeaderClassName
{
color: #3AFC3E;
}
.AnyTagClassName
{
color: #3AFC3E;
}
</style>
background-color css
<style>
a { background-color: #3AFC3E; }
a { background-color: rgb(58,252,62); }
div.DivClassName
{
background-color: #3AFC3E;
}
.BgClassName
{
background-color: #3AFC3E;
}
</style>
border-color css
<style>
span { border-color: #3AFC3E; }
span { border-color: rgb(58,252,62); }
td.TdClassName
{
border-color: #3AFC3E;
}
.TagClassName
{
border-color: #3AFC3E;
}
</style>