Shades of Lime Green #4AF236
Tints of Lime Green #4AF236
RGB
CMYK
RGB Variations
Color information
#4AF236 (or 0x4AF236) is known color: Lime Green. HEX triplet: 4A, F2 and 36. RGB value is (74,242,54). Sum of RGB (Red+Green+Blue) = 74+242+54=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF236 is #B50DC9. Grayscale: #AAAAAA. Windows color (decimal): -11865546 or 3600970. OLE color: 3600970.
HSL color Cylindrical-coordinate representation of color #4AF236: hue angle of 113.62º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF236 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 54 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.05 |
| HSL | 113.62º | 0.88% | 0.58% | - |
| HSV(B) | 113.62º | 0.78% | 0.95% | - |
| XYZ | 35.24 | 65.23 | 14.22 | - |
| YUV | 170.34 | 62.34 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 54 | 0.69 | 0 | 0.78 | 0.05 | 113.62 | 0.88 | 0.58 |
| Hex | 4A | F2 | 36 | 45 | 0 | 4E | 5 | 72 | 58 | 3A |
| Octal | 112 | 362 | 66 | 105 | 0 | 116 | 5 | 162 | 130 | 72 |
| Binary | 1001010 | 11110010 | 110110 | 1000101 | 0 | 1001110 | 101 | 1110010 | 1011000 | 111010 |
Color Harmonies of #4AF236
Complementary color
Monochromatic Colors of #4AF236
Black with #4AF236
Text Example
Text Example
White with #4AF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF236; }
p { color: rgb(74,242,54); }
H1.HeaderClassName
{
color: #4AF236;
}
.AnyTagClassName
{
color: #4AF236;
}
</style>
background-color css
<style>
a { background-color: #4AF236; }
a { background-color: rgb(74,242,54); }
div.DivClassName
{
background-color: #4AF236;
}
.BgClassName
{
background-color: #4AF236;
}
</style>
border-color css
<style>
span { border-color: #4AF236; }
span { border-color: rgb(74,242,54); }
td.TdClassName
{
border-color: #4AF236;
}
.TagClassName
{
border-color: #4AF236;
}
</style>