Shades of Lime Green #3AF132
Tints of Lime Green #3AF132
RGB
CMYK
RGB Variations
Color information
#3AF132 (or 0x3AF132) is known color: Lime Green. HEX triplet: 3A, F1 and 32. RGB value is (58,241,50). Sum of RGB (Red+Green+Blue) = 58+241+50=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF132 is #C50ECD. Grayscale: #A5A5A5. Windows color (decimal): -12914382 or 3338554. OLE color: 3338554.
HSL color Cylindrical-coordinate representation of color #3AF132: hue angle of 117.49º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF132 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 50 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.05 |
| HSL | 117.49º | 0.87% | 0.57% | - |
| HSV(B) | 117.49º | 0.79% | 0.95% | - |
| XYZ | 33.78 | 64.04 | 13.6 | - |
| YUV | 164.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 50 | 0.76 | 0 | 0.79 | 0.05 | 117.49 | 0.87 | 0.57 |
| Hex | 3A | F1 | 32 | 4C | 0 | 4F | 5 | 75 | 57 | 39 |
| Octal | 72 | 361 | 62 | 114 | 0 | 117 | 5 | 165 | 127 | 71 |
| Binary | 111010 | 11110001 | 110010 | 1001100 | 0 | 1001111 | 101 | 1110101 | 1010111 | 111001 |
Color Harmonies of #3AF132
Complementary color
Monochromatic Colors of #3AF132
Black with #3AF132
Text Example
Text Example
White with #3AF132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF132; }
p { color: rgb(58,241,50); }
H1.HeaderClassName
{
color: #3AF132;
}
.AnyTagClassName
{
color: #3AF132;
}
</style>
background-color css
<style>
a { background-color: #3AF132; }
a { background-color: rgb(58,241,50); }
div.DivClassName
{
background-color: #3AF132;
}
.BgClassName
{
background-color: #3AF132;
}
</style>
border-color css
<style>
span { border-color: #3AF132; }
span { border-color: rgb(58,241,50); }
td.TdClassName
{
border-color: #3AF132;
}
.TagClassName
{
border-color: #3AF132;
}
</style>