Shades of Lime Green #3AF533
Tints of Lime Green #3AF533
RGB
CMYK
RGB Variations
Color information
#3AF533 (or 0x3AF533) is known color: Lime Green. HEX triplet: 3A, F5 and 33. RGB value is (58,245,51). Sum of RGB (Red+Green+Blue) = 58+245+51=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF533 is #C50ACC. Grayscale: #A7A7A7. Windows color (decimal): -12913357 or 3405114. OLE color: 3405114.
HSL color Cylindrical-coordinate representation of color #3AF533: hue angle of 117.84º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF533 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 51 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.04 |
| HSL | 117.84º | 0.91% | 0.58% | - |
| HSV(B) | 117.84º | 0.79% | 0.96% | - |
| XYZ | 34.99 | 66.44 | 14.11 | - |
| YUV | 166.97 | 62.55 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 51 | 0.76 | 0 | 0.79 | 0.04 | 117.84 | 0.91 | 0.58 |
| Hex | 3A | F5 | 33 | 4C | 0 | 4F | 4 | 76 | 5B | 3A |
| Octal | 72 | 365 | 63 | 114 | 0 | 117 | 4 | 166 | 133 | 72 |
| Binary | 111010 | 11110101 | 110011 | 1001100 | 0 | 1001111 | 100 | 1110110 | 1011011 | 111010 |
Color Harmonies of #3AF533
Complementary color
Monochromatic Colors of #3AF533
Black with #3AF533
Text Example
Text Example
White with #3AF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF533; }
p { color: rgb(58,245,51); }
H1.HeaderClassName
{
color: #3AF533;
}
.AnyTagClassName
{
color: #3AF533;
}
</style>
background-color css
<style>
a { background-color: #3AF533; }
a { background-color: rgb(58,245,51); }
div.DivClassName
{
background-color: #3AF533;
}
.BgClassName
{
background-color: #3AF533;
}
</style>
border-color css
<style>
span { border-color: #3AF533; }
span { border-color: rgb(58,245,51); }
td.TdClassName
{
border-color: #3AF533;
}
.TagClassName
{
border-color: #3AF533;
}
</style>