Shades of Lime Green #4AF12B
Tints of Lime Green #4AF12B
RGB
CMYK
RGB Variations
Color information
#4AF12B (or 0x4AF12B) is known color: Lime Green. HEX triplet: 4A, F1 and 2B. RGB value is (74,241,43). Sum of RGB (Red+Green+Blue) = 74+241+43=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF12B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF12B is #B50ED4. Grayscale: #A9A9A9. Windows color (decimal): -11865813 or 2879818. OLE color: 2879818.
HSL color Cylindrical-coordinate representation of color #4AF12B: hue angle of 110.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AF12B is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 43 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.05 |
| HSL | 110.61º | 0.88% | 0.56% | - |
| HSV(B) | 110.61º | 0.82% | 0.95% | - |
| XYZ | 34.72 | 64.54 | 12.91 | - |
| YUV | 168.5 | 57.17 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 43 | 0.69 | 0 | 0.82 | 0.05 | 110.61 | 0.88 | 0.56 |
| Hex | 4A | F1 | 2B | 45 | 0 | 52 | 5 | 6F | 58 | 38 |
| Octal | 112 | 361 | 53 | 105 | 0 | 122 | 5 | 157 | 130 | 70 |
| Binary | 1001010 | 11110001 | 101011 | 1000101 | 0 | 1010010 | 101 | 1101111 | 1011000 | 111000 |
Color Harmonies of #4AF12B
Complementary color
Monochromatic Colors of #4AF12B
Black with #4AF12B
Text Example
Text Example
White with #4AF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF12B; }
p { color: rgb(74,241,43); }
H1.HeaderClassName
{
color: #4AF12B;
}
.AnyTagClassName
{
color: #4AF12B;
}
</style>
background-color css
<style>
a { background-color: #4AF12B; }
a { background-color: rgb(74,241,43); }
div.DivClassName
{
background-color: #4AF12B;
}
.BgClassName
{
background-color: #4AF12B;
}
</style>
border-color css
<style>
span { border-color: #4AF12B; }
span { border-color: rgb(74,241,43); }
td.TdClassName
{
border-color: #4AF12B;
}
.TagClassName
{
border-color: #4AF12B;
}
</style>