Shades of Lime Green #3AF734
Tints of Lime Green #3AF734
RGB
CMYK
RGB Variations
Color information
#3AF734 (or 0x3AF734) is known color: Lime Green. HEX triplet: 3A, F7 and 34. RGB value is (58,247,52). Sum of RGB (Red+Green+Blue) = 58+247+52=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF734 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF734 is #C508CB. Grayscale: #A8A8A8. Windows color (decimal): -12912844 or 3471162. OLE color: 3471162.
HSL color Cylindrical-coordinate representation of color #3AF734: hue angle of 118.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF734 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 52 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.03 |
| HSL | 118.15º | 0.92% | 0.59% | - |
| HSV(B) | 118.15º | 0.79% | 0.97% | - |
| XYZ | 35.63 | 67.67 | 14.43 | - |
| YUV | 168.26 | 62.38 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 52 | 0.77 | 0 | 0.79 | 0.03 | 118.15 | 0.92 | 0.59 |
| Hex | 3A | F7 | 34 | 4D | 0 | 4F | 3 | 76 | 5C | 3B |
| Octal | 72 | 367 | 64 | 115 | 0 | 117 | 3 | 166 | 134 | 73 |
| Binary | 111010 | 11110111 | 110100 | 1001101 | 0 | 1001111 | 11 | 1110110 | 1011100 | 111011 |
Color Harmonies of #3AF734
Complementary color
Monochromatic Colors of #3AF734
Black with #3AF734
Text Example
Text Example
White with #3AF734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF734; }
p { color: rgb(58,247,52); }
H1.HeaderClassName
{
color: #3AF734;
}
.AnyTagClassName
{
color: #3AF734;
}
</style>
background-color css
<style>
a { background-color: #3AF734; }
a { background-color: rgb(58,247,52); }
div.DivClassName
{
background-color: #3AF734;
}
.BgClassName
{
background-color: #3AF734;
}
</style>
border-color css
<style>
span { border-color: #3AF734; }
span { border-color: rgb(58,247,52); }
td.TdClassName
{
border-color: #3AF734;
}
.TagClassName
{
border-color: #3AF734;
}
</style>