Shades of Lime Green #4AC63B
Tints of Lime Green #4AC63B
RGB
CMYK
RGB Variations
Color information
#4AC63B (or 0x4AC63B) is known color: Lime Green. HEX triplet: 4A, C6 and 3B. RGB value is (74,198,59). Sum of RGB (Red+Green+Blue) = 74+198+59=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC63B is #B539C4. Grayscale: #919191. Windows color (decimal): -11876805 or 3917386. OLE color: 3917386.
HSL color Cylindrical-coordinate representation of color #4AC63B: hue angle of 113.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AC63B is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 59 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.22 |
| HSL | 113.53º | 0.55% | 0.5% | - |
| HSV(B) | 113.53º | 0.7% | 0.78% | - |
| XYZ | 23.81 | 42.16 | 11.02 | - |
| YUV | 145.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 59 | 0.63 | 0 | 0.70 | 0.22 | 113.53 | 0.55 | 0.5 |
| Hex | 4A | C6 | 3B | 3F | 0 | 46 | 16 | 72 | 37 | 32 |
| Octal | 112 | 306 | 73 | 77 | 0 | 106 | 26 | 162 | 67 | 62 |
| Binary | 1001010 | 11000110 | 111011 | 111111 | 0 | 1000110 | 10110 | 1110010 | 110111 | 110010 |
Color Harmonies of #4AC63B
Complementary color
Monochromatic Colors of #4AC63B
Black with #4AC63B
Text Example
Text Example
White with #4AC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC63B; }
p { color: rgb(74,198,59); }
H1.HeaderClassName
{
color: #4AC63B;
}
.AnyTagClassName
{
color: #4AC63B;
}
</style>
background-color css
<style>
a { background-color: #4AC63B; }
a { background-color: rgb(74,198,59); }
div.DivClassName
{
background-color: #4AC63B;
}
.BgClassName
{
background-color: #4AC63B;
}
</style>
border-color css
<style>
span { border-color: #4AC63B; }
span { border-color: rgb(74,198,59); }
td.TdClassName
{
border-color: #4AC63B;
}
.TagClassName
{
border-color: #4AC63B;
}
</style>