Shades of Lime Green #3AF34E
Tints of Lime Green #3AF34E
RGB
CMYK
RGB Variations
Color information
#3AF34E (or 0x3AF34E) is known color: Lime Green. HEX triplet: 3A, F3 and 4E. RGB value is (58,243,78). Sum of RGB (Red+Green+Blue) = 58+243+78=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF34E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF34E is #C50CB1. Grayscale: #A9A9A9. Windows color (decimal): -12913842 or 5174074. OLE color: 5174074.
HSL color Cylindrical-coordinate representation of color #3AF34E: hue angle of 126.49º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF34E is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 78 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.05 |
| HSL | 126.49º | 0.89% | 0.59% | - |
| HSV(B) | 126.49º | 0.76% | 0.95% | - |
| XYZ | 35.17 | 65.55 | 18.01 | - |
| YUV | 168.88 | 76.71 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 78 | 0.76 | 0 | 0.68 | 0.05 | 126.49 | 0.89 | 0.59 |
| Hex | 3A | F3 | 4E | 4C | 0 | 44 | 5 | 7E | 59 | 3B |
| Octal | 72 | 363 | 116 | 114 | 0 | 104 | 5 | 176 | 131 | 73 |
| Binary | 111010 | 11110011 | 1001110 | 1001100 | 0 | 1000100 | 101 | 1111110 | 1011001 | 111011 |
Color Harmonies of #3AF34E
Complementary color
Monochromatic Colors of #3AF34E
Black with #3AF34E
Text Example
Text Example
White with #3AF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF34E; }
p { color: rgb(58,243,78); }
H1.HeaderClassName
{
color: #3AF34E;
}
.AnyTagClassName
{
color: #3AF34E;
}
</style>
background-color css
<style>
a { background-color: #3AF34E; }
a { background-color: rgb(58,243,78); }
div.DivClassName
{
background-color: #3AF34E;
}
.BgClassName
{
background-color: #3AF34E;
}
</style>
border-color css
<style>
span { border-color: #3AF34E; }
span { border-color: rgb(58,243,78); }
td.TdClassName
{
border-color: #3AF34E;
}
.TagClassName
{
border-color: #3AF34E;
}
</style>