Shades of Lime Green #4AF13D
Tints of Lime Green #4AF13D
RGB
CMYK
RGB Variations
Color information
#4AF13D (or 0x4AF13D) is known color: Lime Green. HEX triplet: 4A, F1 and 3D. RGB value is (74,241,61). Sum of RGB (Red+Green+Blue) = 74+241+61=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13D is #B50EC2. Grayscale: #ABABAB. Windows color (decimal): -11865795 or 4059466. OLE color: 4059466.
HSL color Cylindrical-coordinate representation of color #4AF13D: hue angle of 115.67º degrees, saturation: 0.87, 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 #4AF13D is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 61 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.05 |
| HSL | 115.67º | 0.87% | 0.59% | - |
| HSV(B) | 115.67º | 0.75% | 0.95% | - |
| XYZ | 35.12 | 64.7 | 15.05 | - |
| YUV | 170.55 | 66.17 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 61 | 0.69 | 0 | 0.75 | 0.05 | 115.67 | 0.87 | 0.59 |
| Hex | 4A | F1 | 3D | 45 | 0 | 4B | 5 | 74 | 57 | 3B |
| Octal | 112 | 361 | 75 | 105 | 0 | 113 | 5 | 164 | 127 | 73 |
| Binary | 1001010 | 11110001 | 111101 | 1000101 | 0 | 1001011 | 101 | 1110100 | 1010111 | 111011 |
Color Harmonies of #4AF13D
Complementary color
Monochromatic Colors of #4AF13D
Black with #4AF13D
Text Example
Text Example
White with #4AF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF13D; }
p { color: rgb(74,241,61); }
H1.HeaderClassName
{
color: #4AF13D;
}
.AnyTagClassName
{
color: #4AF13D;
}
</style>
background-color css
<style>
a { background-color: #4AF13D; }
a { background-color: rgb(74,241,61); }
div.DivClassName
{
background-color: #4AF13D;
}
.BgClassName
{
background-color: #4AF13D;
}
</style>
border-color css
<style>
span { border-color: #4AF13D; }
span { border-color: rgb(74,241,61); }
td.TdClassName
{
border-color: #4AF13D;
}
.TagClassName
{
border-color: #4AF13D;
}
</style>