Shades of Lime Green #3AF93E
Tints of Lime Green #3AF93E
RGB
CMYK
RGB Variations
Color information
#3AF93E (or 0x3AF93E) is known color: Lime Green. HEX triplet: 3A, F9 and 3E. RGB value is (58,249,62). Sum of RGB (Red+Green+Blue) = 58+249+62=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF93E is #C506C1. Grayscale: #ABABAB. Windows color (decimal): -12912322 or 4127034. OLE color: 4127034.
HSL color Cylindrical-coordinate representation of color #3AF93E: hue angle of 121.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF93E is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 62 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.02 |
| HSL | 121.26º | 0.94% | 0.6% | - |
| HSV(B) | 121.26º | 0.77% | 0.98% | - |
| XYZ | 36.49 | 69 | 15.95 | - |
| YUV | 170.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 62 | 0.77 | 0 | 0.75 | 0.02 | 121.26 | 0.94 | 0.6 |
| Hex | 3A | F9 | 3E | 4D | 0 | 4B | 2 | 79 | 5E | 3C |
| Octal | 72 | 371 | 76 | 115 | 0 | 113 | 2 | 171 | 136 | 74 |
| Binary | 111010 | 11111001 | 111110 | 1001101 | 0 | 1001011 | 10 | 1111001 | 1011110 | 111100 |
Color Harmonies of #3AF93E
Complementary color
Monochromatic Colors of #3AF93E
Black with #3AF93E
Text Example
Text Example
White with #3AF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF93E; }
p { color: rgb(58,249,62); }
H1.HeaderClassName
{
color: #3AF93E;
}
.AnyTagClassName
{
color: #3AF93E;
}
</style>
background-color css
<style>
a { background-color: #3AF93E; }
a { background-color: rgb(58,249,62); }
div.DivClassName
{
background-color: #3AF93E;
}
.BgClassName
{
background-color: #3AF93E;
}
</style>
border-color css
<style>
span { border-color: #3AF93E; }
span { border-color: rgb(58,249,62); }
td.TdClassName
{
border-color: #3AF93E;
}
.TagClassName
{
border-color: #3AF93E;
}
</style>