Shades of Lime Green #3AF142
Tints of Lime Green #3AF142
RGB
CMYK
RGB Variations
Color information
#3AF142 (or 0x3AF142) is known color: Lime Green. HEX triplet: 3A, F1 and 42. RGB value is (58,241,66). Sum of RGB (Red+Green+Blue) = 58+241+66=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF142 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF142 is #C50EBD. Grayscale: #A6A6A6. Windows color (decimal): -12914366 or 4387130. OLE color: 4387130.
HSL color Cylindrical-coordinate representation of color #3AF142: hue angle of 122.62º degrees, saturation: 0.87, 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 #3AF142 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 66 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.05 |
| HSL | 122.62º | 0.87% | 0.59% | - |
| HSV(B) | 122.62º | 0.76% | 0.95% | - |
| XYZ | 34.18 | 64.2 | 15.75 | - |
| YUV | 166.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 66 | 0.76 | 0 | 0.73 | 0.05 | 122.62 | 0.87 | 0.59 |
| Hex | 3A | F1 | 42 | 4C | 0 | 49 | 5 | 7B | 57 | 3B |
| Octal | 72 | 361 | 102 | 114 | 0 | 111 | 5 | 173 | 127 | 73 |
| Binary | 111010 | 11110001 | 1000010 | 1001100 | 0 | 1001001 | 101 | 1111011 | 1010111 | 111011 |
Color Harmonies of #3AF142
Complementary color
Monochromatic Colors of #3AF142
Black with #3AF142
Text Example
Text Example
White with #3AF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF142; }
p { color: rgb(58,241,66); }
H1.HeaderClassName
{
color: #3AF142;
}
.AnyTagClassName
{
color: #3AF142;
}
</style>
background-color css
<style>
a { background-color: #3AF142; }
a { background-color: rgb(58,241,66); }
div.DivClassName
{
background-color: #3AF142;
}
.BgClassName
{
background-color: #3AF142;
}
</style>
border-color css
<style>
span { border-color: #3AF142; }
span { border-color: rgb(58,241,66); }
td.TdClassName
{
border-color: #3AF142;
}
.TagClassName
{
border-color: #3AF142;
}
</style>