Shades of Lime Green #3AF445
Tints of Lime Green #3AF445
RGB
CMYK
RGB Variations
Color information
#3AF445 (or 0x3AF445) is known color: Lime Green. HEX triplet: 3A, F4 and 45. RGB value is (58,244,69). Sum of RGB (Red+Green+Blue) = 58+244+69=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF445 is #C50BBA. Grayscale: #A8A8A8. Windows color (decimal): -12913595 or 4584506. OLE color: 4584506.
HSL color Cylindrical-coordinate representation of color #3AF445: hue angle of 123.55º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF445 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 69 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.04 |
| HSL | 123.55º | 0.89% | 0.59% | - |
| HSV(B) | 123.55º | 0.76% | 0.96% | - |
| XYZ | 35.17 | 66.03 | 16.52 | - |
| YUV | 168.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 69 | 0.76 | 0 | 0.72 | 0.04 | 123.55 | 0.89 | 0.59 |
| Hex | 3A | F4 | 45 | 4C | 0 | 48 | 4 | 7C | 59 | 3B |
| Octal | 72 | 364 | 105 | 114 | 0 | 110 | 4 | 174 | 131 | 73 |
| Binary | 111010 | 11110100 | 1000101 | 1001100 | 0 | 1001000 | 100 | 1111100 | 1011001 | 111011 |
Color Harmonies of #3AF445
Complementary color
Monochromatic Colors of #3AF445
Black with #3AF445
Text Example
Text Example
White with #3AF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF445; }
p { color: rgb(58,244,69); }
H1.HeaderClassName
{
color: #3AF445;
}
.AnyTagClassName
{
color: #3AF445;
}
</style>
background-color css
<style>
a { background-color: #3AF445; }
a { background-color: rgb(58,244,69); }
div.DivClassName
{
background-color: #3AF445;
}
.BgClassName
{
background-color: #3AF445;
}
</style>
border-color css
<style>
span { border-color: #3AF445; }
span { border-color: rgb(58,244,69); }
td.TdClassName
{
border-color: #3AF445;
}
.TagClassName
{
border-color: #3AF445;
}
</style>