Shades of Lime Green #3AF63A
Tints of Lime Green #3AF63A
RGB
CMYK
RGB Variations
Color information
#3AF63A (or 0x3AF63A) is known color: Lime Green. HEX triplet: 3A, F6 and 3A. RGB value is (58,246,58). Sum of RGB (Red+Green+Blue) = 58+246+58=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF63A is #C509C5. Grayscale: #A8A8A8. Windows color (decimal): -12913094 or 3864122. OLE color: 3864122.
HSL color Cylindrical-coordinate representation of color #3AF63A: hue angle of 120º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF63A is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 58 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.04 |
| HSL | 120º | 0.91% | 0.6% | - |
| HSV(B) | 120º | 0.76% | 0.96% | - |
| XYZ | 35.46 | 67.12 | 15.09 | - |
| YUV | 168.36 | 65.72 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 58 | 0.76 | 0 | 0.76 | 0.04 | 120 | 0.91 | 0.6 |
| Hex | 3A | F6 | 3A | 4C | 0 | 4C | 4 | 78 | 5B | 3C |
| Octal | 72 | 366 | 72 | 114 | 0 | 114 | 4 | 170 | 133 | 74 |
| Binary | 111010 | 11110110 | 111010 | 1001100 | 0 | 1001100 | 100 | 1111000 | 1011011 | 111100 |
Color Harmonies of #3AF63A
Complementary color
Monochromatic Colors of #3AF63A
Black with #3AF63A
Text Example
Text Example
White with #3AF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF63A; }
p { color: rgb(58,246,58); }
H1.HeaderClassName
{
color: #3AF63A;
}
.AnyTagClassName
{
color: #3AF63A;
}
</style>
background-color css
<style>
a { background-color: #3AF63A; }
a { background-color: rgb(58,246,58); }
div.DivClassName
{
background-color: #3AF63A;
}
.BgClassName
{
background-color: #3AF63A;
}
</style>
border-color css
<style>
span { border-color: #3AF63A; }
span { border-color: rgb(58,246,58); }
td.TdClassName
{
border-color: #3AF63A;
}
.TagClassName
{
border-color: #3AF63A;
}
</style>