Shades of Lime Green #3AF229
Tints of Lime Green #3AF229
RGB
CMYK
RGB Variations
Color information
#3AF229 (or 0x3AF229) is known color: Lime Green. HEX triplet: 3A, F2 and 29. RGB value is (58,242,41). Sum of RGB (Red+Green+Blue) = 58+242+41=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF229 is #C50DD6. Grayscale: #A4A4A4. Windows color (decimal): -12914135 or 2748986. OLE color: 2748986.
HSL color Cylindrical-coordinate representation of color #3AF229: hue angle of 114.93º degrees, saturation: 0.89, 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 #3AF229 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 41 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.05 |
| HSL | 114.93º | 0.89% | 0.55% | - |
| HSV(B) | 114.93º | 0.83% | 0.95% | - |
| XYZ | 33.9 | 64.56 | 12.77 | - |
| YUV | 164.07 | 58.54 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 41 | 0.76 | 0 | 0.83 | 0.05 | 114.93 | 0.89 | 0.55 |
| Hex | 3A | F2 | 29 | 4C | 0 | 53 | 5 | 73 | 59 | 37 |
| Octal | 72 | 362 | 51 | 114 | 0 | 123 | 5 | 163 | 131 | 67 |
| Binary | 111010 | 11110010 | 101001 | 1001100 | 0 | 1010011 | 101 | 1110011 | 1011001 | 110111 |
Color Harmonies of #3AF229
Complementary color
Monochromatic Colors of #3AF229
Black with #3AF229
Text Example
Text Example
White with #3AF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF229; }
p { color: rgb(58,242,41); }
H1.HeaderClassName
{
color: #3AF229;
}
.AnyTagClassName
{
color: #3AF229;
}
</style>
background-color css
<style>
a { background-color: #3AF229; }
a { background-color: rgb(58,242,41); }
div.DivClassName
{
background-color: #3AF229;
}
.BgClassName
{
background-color: #3AF229;
}
</style>
border-color css
<style>
span { border-color: #3AF229; }
span { border-color: rgb(58,242,41); }
td.TdClassName
{
border-color: #3AF229;
}
.TagClassName
{
border-color: #3AF229;
}
</style>