Shades of Lime Green #3AF24A
Tints of Lime Green #3AF24A
RGB
CMYK
RGB Variations
Color information
#3AF24A (or 0x3AF24A) is known color: Lime Green. HEX triplet: 3A, F2 and 4A. RGB value is (58,242,74). Sum of RGB (Red+Green+Blue) = 58+242+74=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF24A is #C50DB5. Grayscale: #A8A8A8. Windows color (decimal): -12914102 or 4911674. OLE color: 4911674.
HSL color Cylindrical-coordinate representation of color #3AF24A: hue angle of 125.22º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF24A is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 74 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.05 |
| HSL | 125.22º | 0.88% | 0.59% | - |
| HSV(B) | 125.22º | 0.76% | 0.95% | - |
| XYZ | 34.73 | 64.9 | 17.17 | - |
| YUV | 167.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 74 | 0.76 | 0 | 0.69 | 0.05 | 125.22 | 0.88 | 0.59 |
| Hex | 3A | F2 | 4A | 4C | 0 | 45 | 5 | 7D | 58 | 3B |
| Octal | 72 | 362 | 112 | 114 | 0 | 105 | 5 | 175 | 130 | 73 |
| Binary | 111010 | 11110010 | 1001010 | 1001100 | 0 | 1000101 | 101 | 1111101 | 1011000 | 111011 |
Color Harmonies of #3AF24A
Complementary color
Monochromatic Colors of #3AF24A
Black with #3AF24A
Text Example
Text Example
White with #3AF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF24A; }
p { color: rgb(58,242,74); }
H1.HeaderClassName
{
color: #3AF24A;
}
.AnyTagClassName
{
color: #3AF24A;
}
</style>
background-color css
<style>
a { background-color: #3AF24A; }
a { background-color: rgb(58,242,74); }
div.DivClassName
{
background-color: #3AF24A;
}
.BgClassName
{
background-color: #3AF24A;
}
</style>
border-color css
<style>
span { border-color: #3AF24A; }
span { border-color: rgb(58,242,74); }
td.TdClassName
{
border-color: #3AF24A;
}
.TagClassName
{
border-color: #3AF24A;
}
</style>