Shades of Lime Green #3AEF32
Tints of Lime Green #3AEF32
RGB
CMYK
RGB Variations
Color information
#3AEF32 (or 0x3AEF32) is known color: Lime Green. HEX triplet: 3A, EF and 32. RGB value is (58,239,50). Sum of RGB (Red+Green+Blue) = 58+239+50=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 239 (93.75% from 255 or 68.88% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEF32 is #C510CD. Grayscale: #A3A3A3. Windows color (decimal): -12914894 or 3338042. OLE color: 3338042.
HSL color Cylindrical-coordinate representation of color #3AEF32: hue angle of 117.46º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AEF32 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 50 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.06 |
| HSL | 117.46º | 0.86% | 0.57% | - |
| HSV(B) | 117.46º | 0.79% | 0.94% | - |
| XYZ | 33.19 | 62.86 | 13.4 | - |
| YUV | 163.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 50 | 0.76 | 0 | 0.79 | 0.06 | 117.46 | 0.86 | 0.57 |
| Hex | 3A | EF | 32 | 4C | 0 | 4F | 6 | 75 | 56 | 39 |
| Octal | 72 | 357 | 62 | 114 | 0 | 117 | 6 | 165 | 126 | 71 |
| Binary | 111010 | 11101111 | 110010 | 1001100 | 0 | 1001111 | 110 | 1110101 | 1010110 | 111001 |
Color Harmonies of #3AEF32
Complementary color
Monochromatic Colors of #3AEF32
Black with #3AEF32
Text Example
Text Example
White with #3AEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEF32; }
p { color: rgb(58,239,50); }
H1.HeaderClassName
{
color: #3AEF32;
}
.AnyTagClassName
{
color: #3AEF32;
}
</style>
background-color css
<style>
a { background-color: #3AEF32; }
a { background-color: rgb(58,239,50); }
div.DivClassName
{
background-color: #3AEF32;
}
.BgClassName
{
background-color: #3AEF32;
}
</style>
border-color css
<style>
span { border-color: #3AEF32; }
span { border-color: rgb(58,239,50); }
td.TdClassName
{
border-color: #3AEF32;
}
.TagClassName
{
border-color: #3AEF32;
}
</style>