Shades of Lime Green #3AF432
Tints of Lime Green #3AF432
RGB
CMYK
RGB Variations
Color information
#3AF432 (or 0x3AF432) is known color: Lime Green. HEX triplet: 3A, F4 and 32. RGB value is (58,244,50). Sum of RGB (Red+Green+Blue) = 58+244+50=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF432 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF432 is #C50BCD. Grayscale: #A6A6A6. Windows color (decimal): -12913614 or 3339322. OLE color: 3339322.
HSL color Cylindrical-coordinate representation of color #3AF432: hue angle of 117.53º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AF432 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 50 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.04 |
| HSL | 117.53º | 0.9% | 0.58% | - |
| HSV(B) | 117.53º | 0.8% | 0.96% | - |
| XYZ | 34.67 | 65.83 | 13.9 | - |
| YUV | 166.27 | 62.38 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 50 | 0.76 | 0 | 0.80 | 0.04 | 117.53 | 0.9 | 0.58 |
| Hex | 3A | F4 | 32 | 4C | 0 | 50 | 4 | 76 | 5A | 3A |
| Octal | 72 | 364 | 62 | 114 | 0 | 120 | 4 | 166 | 132 | 72 |
| Binary | 111010 | 11110100 | 110010 | 1001100 | 0 | 1010000 | 100 | 1110110 | 1011010 | 111010 |
Color Harmonies of #3AF432
Complementary color
Monochromatic Colors of #3AF432
Black with #3AF432
Text Example
Text Example
White with #3AF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF432; }
p { color: rgb(58,244,50); }
H1.HeaderClassName
{
color: #3AF432;
}
.AnyTagClassName
{
color: #3AF432;
}
</style>
background-color css
<style>
a { background-color: #3AF432; }
a { background-color: rgb(58,244,50); }
div.DivClassName
{
background-color: #3AF432;
}
.BgClassName
{
background-color: #3AF432;
}
</style>
border-color css
<style>
span { border-color: #3AF432; }
span { border-color: rgb(58,244,50); }
td.TdClassName
{
border-color: #3AF432;
}
.TagClassName
{
border-color: #3AF432;
}
</style>