Shades of Lime Green #4AF332
Tints of Lime Green #4AF332
RGB
CMYK
RGB Variations
Color information
#4AF332 (or 0x4AF332) is known color: Lime Green. HEX triplet: 4A, F3 and 32. RGB value is (74,243,50). Sum of RGB (Red+Green+Blue) = 74+243+50=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 243 (95.31% from 255 or 66.21% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF332 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF332 is #B50CCD. Grayscale: #ABABAB. Windows color (decimal): -11865294 or 3339082. OLE color: 3339082.
HSL color Cylindrical-coordinate representation of color #4AF332: hue angle of 112.54º degrees, saturation: 0.89, 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 #4AF332 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 50 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.05 |
| HSL | 112.54º | 0.89% | 0.57% | - |
| HSV(B) | 112.54º | 0.79% | 0.95% | - |
| XYZ | 35.45 | 65.79 | 13.85 | - |
| YUV | 170.47 | 60.01 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 50 | 0.70 | 0 | 0.79 | 0.05 | 112.54 | 0.89 | 0.57 |
| Hex | 4A | F3 | 32 | 46 | 0 | 4F | 5 | 71 | 59 | 39 |
| Octal | 112 | 363 | 62 | 106 | 0 | 117 | 5 | 161 | 131 | 71 |
| Binary | 1001010 | 11110011 | 110010 | 1000110 | 0 | 1001111 | 101 | 1110001 | 1011001 | 111001 |
Color Harmonies of #4AF332
Complementary color
Monochromatic Colors of #4AF332
Black with #4AF332
Text Example
Text Example
White with #4AF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF332; }
p { color: rgb(74,243,50); }
H1.HeaderClassName
{
color: #4AF332;
}
.AnyTagClassName
{
color: #4AF332;
}
</style>
background-color css
<style>
a { background-color: #4AF332; }
a { background-color: rgb(74,243,50); }
div.DivClassName
{
background-color: #4AF332;
}
.BgClassName
{
background-color: #4AF332;
}
</style>
border-color css
<style>
span { border-color: #4AF332; }
span { border-color: rgb(74,243,50); }
td.TdClassName
{
border-color: #4AF332;
}
.TagClassName
{
border-color: #4AF332;
}
</style>