Shades of Lime Green #4AF33C
Tints of Lime Green #4AF33C
RGB
CMYK
RGB Variations
Color information
#4AF33C (or 0x4AF33C) is known color: Lime Green. HEX triplet: 4A, F3 and 3C. RGB value is (74,243,60). Sum of RGB (Red+Green+Blue) = 74+243+60=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF33C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF33C is #B50CC3. Grayscale: #ACACAC. Windows color (decimal): -11865284 or 3994442. OLE color: 3994442.
HSL color Cylindrical-coordinate representation of color #4AF33C: hue angle of 115.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AF33C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 60 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.05 |
| HSL | 115.41º | 0.88% | 0.59% | - |
| HSV(B) | 115.41º | 0.75% | 0.95% | - |
| XYZ | 35.69 | 65.88 | 15.11 | - |
| YUV | 171.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 60 | 0.70 | 0 | 0.75 | 0.05 | 115.41 | 0.88 | 0.59 |
| Hex | 4A | F3 | 3C | 46 | 0 | 4B | 5 | 73 | 58 | 3B |
| Octal | 112 | 363 | 74 | 106 | 0 | 113 | 5 | 163 | 130 | 73 |
| Binary | 1001010 | 11110011 | 111100 | 1000110 | 0 | 1001011 | 101 | 1110011 | 1011000 | 111011 |
Color Harmonies of #4AF33C
Complementary color
Monochromatic Colors of #4AF33C
Black with #4AF33C
Text Example
Text Example
White with #4AF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF33C; }
p { color: rgb(74,243,60); }
H1.HeaderClassName
{
color: #4AF33C;
}
.AnyTagClassName
{
color: #4AF33C;
}
</style>
background-color css
<style>
a { background-color: #4AF33C; }
a { background-color: rgb(74,243,60); }
div.DivClassName
{
background-color: #4AF33C;
}
.BgClassName
{
background-color: #4AF33C;
}
</style>
border-color css
<style>
span { border-color: #4AF33C; }
span { border-color: rgb(74,243,60); }
td.TdClassName
{
border-color: #4AF33C;
}
.TagClassName
{
border-color: #4AF33C;
}
</style>