Shades of Lime Green #3AF438
Tints of Lime Green #3AF438
RGB
CMYK
RGB Variations
Color information
#3AF438 (or 0x3AF438) is known color: Lime Green. HEX triplet: 3A, F4 and 38. RGB value is (58,244,56). Sum of RGB (Red+Green+Blue) = 58+244+56=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF438 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF438 is #C50BC7. Grayscale: #A7A7A7. Windows color (decimal): -12913608 or 3732538. OLE color: 3732538.
HSL color Cylindrical-coordinate representation of color #3AF438: hue angle of 119.36º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF438 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 56 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.04 |
| HSL | 119.36º | 0.9% | 0.59% | - |
| HSV(B) | 119.36º | 0.77% | 0.96% | - |
| XYZ | 34.81 | 65.89 | 14.62 | - |
| YUV | 166.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 56 | 0.76 | 0 | 0.77 | 0.04 | 119.36 | 0.9 | 0.59 |
| Hex | 3A | F4 | 38 | 4C | 0 | 4D | 4 | 77 | 5A | 3B |
| Octal | 72 | 364 | 70 | 114 | 0 | 115 | 4 | 167 | 132 | 73 |
| Binary | 111010 | 11110100 | 111000 | 1001100 | 0 | 1001101 | 100 | 1110111 | 1011010 | 111011 |
Color Harmonies of #3AF438
Complementary color
Monochromatic Colors of #3AF438
Black with #3AF438
Text Example
Text Example
White with #3AF438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF438; }
p { color: rgb(58,244,56); }
H1.HeaderClassName
{
color: #3AF438;
}
.AnyTagClassName
{
color: #3AF438;
}
</style>
background-color css
<style>
a { background-color: #3AF438; }
a { background-color: rgb(58,244,56); }
div.DivClassName
{
background-color: #3AF438;
}
.BgClassName
{
background-color: #3AF438;
}
</style>
border-color css
<style>
span { border-color: #3AF438; }
span { border-color: rgb(58,244,56); }
td.TdClassName
{
border-color: #3AF438;
}
.TagClassName
{
border-color: #3AF438;
}
</style>