Shades of Lime Green #3AF12A
Tints of Lime Green #3AF12A
RGB
CMYK
RGB Variations
Color information
#3AF12A (or 0x3AF12A) is known color: Lime Green. HEX triplet: 3A, F1 and 2A. RGB value is (58,241,42). Sum of RGB (Red+Green+Blue) = 58+241+42=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF12A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF12A is #C50ED5. Grayscale: #A4A4A4. Windows color (decimal): -12914390 or 2814266. OLE color: 2814266.
HSL color Cylindrical-coordinate representation of color #3AF12A: hue angle of 115.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AF12A is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 42 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.05 |
| HSL | 115.18º | 0.88% | 0.55% | - |
| HSV(B) | 115.18º | 0.83% | 0.95% | - |
| XYZ | 33.62 | 63.98 | 12.77 | - |
| YUV | 163.6 | 59.37 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 42 | 0.76 | 0 | 0.83 | 0.05 | 115.18 | 0.88 | 0.55 |
| Hex | 3A | F1 | 2A | 4C | 0 | 53 | 5 | 73 | 58 | 37 |
| Octal | 72 | 361 | 52 | 114 | 0 | 123 | 5 | 163 | 130 | 67 |
| Binary | 111010 | 11110001 | 101010 | 1001100 | 0 | 1010011 | 101 | 1110011 | 1011000 | 110111 |
Color Harmonies of #3AF12A
Complementary color
Monochromatic Colors of #3AF12A
Black with #3AF12A
Text Example
Text Example
White with #3AF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF12A; }
p { color: rgb(58,241,42); }
H1.HeaderClassName
{
color: #3AF12A;
}
.AnyTagClassName
{
color: #3AF12A;
}
</style>
background-color css
<style>
a { background-color: #3AF12A; }
a { background-color: rgb(58,241,42); }
div.DivClassName
{
background-color: #3AF12A;
}
.BgClassName
{
background-color: #3AF12A;
}
</style>
border-color css
<style>
span { border-color: #3AF12A; }
span { border-color: rgb(58,241,42); }
td.TdClassName
{
border-color: #3AF12A;
}
.TagClassName
{
border-color: #3AF12A;
}
</style>