Shades of Lime Green #3AF045
Tints of Lime Green #3AF045
RGB
CMYK
RGB Variations
Color information
#3AF045 (or 0x3AF045) is known color: Lime Green. HEX triplet: 3A, F0 and 45. RGB value is (58,240,69). Sum of RGB (Red+Green+Blue) = 58+240+69=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF045 is #C50FBA. Grayscale: #A6A6A6. Windows color (decimal): -12914619 or 4583482. OLE color: 4583482.
HSL color Cylindrical-coordinate representation of color #3AF045: hue angle of 123.63º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF045 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 69 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.06 |
| HSL | 123.63º | 0.86% | 0.58% | - |
| HSV(B) | 123.63º | 0.76% | 0.94% | - |
| XYZ | 33.98 | 63.65 | 16.12 | - |
| YUV | 166.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 69 | 0.76 | 0 | 0.71 | 0.06 | 123.63 | 0.86 | 0.58 |
| Hex | 3A | F0 | 45 | 4C | 0 | 47 | 6 | 7C | 56 | 3A |
| Octal | 72 | 360 | 105 | 114 | 0 | 107 | 6 | 174 | 126 | 72 |
| Binary | 111010 | 11110000 | 1000101 | 1001100 | 0 | 1000111 | 110 | 1111100 | 1010110 | 111010 |
Color Harmonies of #3AF045
Complementary color
Monochromatic Colors of #3AF045
Black with #3AF045
Text Example
Text Example
White with #3AF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF045; }
p { color: rgb(58,240,69); }
H1.HeaderClassName
{
color: #3AF045;
}
.AnyTagClassName
{
color: #3AF045;
}
</style>
background-color css
<style>
a { background-color: #3AF045; }
a { background-color: rgb(58,240,69); }
div.DivClassName
{
background-color: #3AF045;
}
.BgClassName
{
background-color: #3AF045;
}
</style>
border-color css
<style>
span { border-color: #3AF045; }
span { border-color: rgb(58,240,69); }
td.TdClassName
{
border-color: #3AF045;
}
.TagClassName
{
border-color: #3AF045;
}
</style>