Shades of Lime Green #4AFB36
Tints of Lime Green #4AFB36
RGB
CMYK
RGB Variations
Color information
#4AFB36 (or 0x4AFB36) is known color: Lime Green. HEX triplet: 4A, FB and 36. RGB value is (74,251,54). Sum of RGB (Red+Green+Blue) = 74+251+54=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB36 is #B504C9. Grayscale: #B0B0B0. Windows color (decimal): -11863242 or 3603274. OLE color: 3603274.
HSL color Cylindrical-coordinate representation of color #4AFB36: hue angle of 113.91º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AFB36 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 54 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.02 |
| HSL | 113.91º | 0.96% | 0.6% | - |
| HSV(B) | 113.91º | 0.78% | 0.98% | - |
| XYZ | 37.99 | 70.72 | 15.14 | - |
| YUV | 175.62 | 59.36 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 54 | 0.71 | 0 | 0.78 | 0.02 | 113.91 | 0.96 | 0.6 |
| Hex | 4A | FB | 36 | 47 | 0 | 4E | 2 | 72 | 60 | 3C |
| Octal | 112 | 373 | 66 | 107 | 0 | 116 | 2 | 162 | 140 | 74 |
| Binary | 1001010 | 11111011 | 110110 | 1000111 | 0 | 1001110 | 10 | 1110010 | 1100000 | 111100 |
Color Harmonies of #4AFB36
Complementary color
Monochromatic Colors of #4AFB36
Black with #4AFB36
Text Example
Text Example
White with #4AFB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB36; }
p { color: rgb(74,251,54); }
H1.HeaderClassName
{
color: #4AFB36;
}
.AnyTagClassName
{
color: #4AFB36;
}
</style>
background-color css
<style>
a { background-color: #4AFB36; }
a { background-color: rgb(74,251,54); }
div.DivClassName
{
background-color: #4AFB36;
}
.BgClassName
{
background-color: #4AFB36;
}
</style>
border-color css
<style>
span { border-color: #4AFB36; }
span { border-color: rgb(74,251,54); }
td.TdClassName
{
border-color: #4AFB36;
}
.TagClassName
{
border-color: #4AFB36;
}
</style>