Shades of Lime Green #3AF93A
Tints of Lime Green #3AF93A
RGB
CMYK
RGB Variations
Color information
#3AF93A (or 0x3AF93A) is known color: Lime Green. HEX triplet: 3A, F9 and 3A. RGB value is (58,249,58). Sum of RGB (Red+Green+Blue) = 58+249+58=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF93A is #C506C5. Grayscale: #AAAAAA. Windows color (decimal): -12912326 or 3864890. OLE color: 3864890.
HSL color Cylindrical-coordinate representation of color #3AF93A: hue angle of 120º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF93A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 58 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.02 |
| HSL | 120º | 0.94% | 0.6% | - |
| HSV(B) | 120º | 0.77% | 0.98% | - |
| XYZ | 36.38 | 68.96 | 15.4 | - |
| YUV | 170.12 | 64.72 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 58 | 0.77 | 0 | 0.77 | 0.02 | 120 | 0.94 | 0.6 |
| Hex | 3A | F9 | 3A | 4D | 0 | 4D | 2 | 78 | 5E | 3C |
| Octal | 72 | 371 | 72 | 115 | 0 | 115 | 2 | 170 | 136 | 74 |
| Binary | 111010 | 11111001 | 111010 | 1001101 | 0 | 1001101 | 10 | 1111000 | 1011110 | 111100 |
Color Harmonies of #3AF93A
Complementary color
Monochromatic Colors of #3AF93A
Black with #3AF93A
Text Example
Text Example
White with #3AF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF93A; }
p { color: rgb(58,249,58); }
H1.HeaderClassName
{
color: #3AF93A;
}
.AnyTagClassName
{
color: #3AF93A;
}
</style>
background-color css
<style>
a { background-color: #3AF93A; }
a { background-color: rgb(58,249,58); }
div.DivClassName
{
background-color: #3AF93A;
}
.BgClassName
{
background-color: #3AF93A;
}
</style>
border-color css
<style>
span { border-color: #3AF93A; }
span { border-color: rgb(58,249,58); }
td.TdClassName
{
border-color: #3AF93A;
}
.TagClassName
{
border-color: #3AF93A;
}
</style>