Shades of Lime Green #4AF23B
Tints of Lime Green #4AF23B
RGB
CMYK
RGB Variations
Color information
#4AF23B (or 0x4AF23B) is known color: Lime Green. HEX triplet: 4A, F2 and 3B. RGB value is (74,242,59). Sum of RGB (Red+Green+Blue) = 74+242+59=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF23B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF23B is #B50DC4. Grayscale: #ABABAB. Windows color (decimal): -11865541 or 3928650. OLE color: 3928650.
HSL color Cylindrical-coordinate representation of color #4AF23B: hue angle of 115.08º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AF23B is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 59 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.05 |
| HSL | 115.08º | 0.88% | 0.59% | - |
| HSV(B) | 115.08º | 0.76% | 0.95% | - |
| XYZ | 35.37 | 65.28 | 14.87 | - |
| YUV | 170.91 | 64.84 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 59 | 0.69 | 0 | 0.76 | 0.05 | 115.08 | 0.88 | 0.59 |
| Hex | 4A | F2 | 3B | 45 | 0 | 4C | 5 | 73 | 58 | 3B |
| Octal | 112 | 362 | 73 | 105 | 0 | 114 | 5 | 163 | 130 | 73 |
| Binary | 1001010 | 11110010 | 111011 | 1000101 | 0 | 1001100 | 101 | 1110011 | 1011000 | 111011 |
Color Harmonies of #4AF23B
Complementary color
Monochromatic Colors of #4AF23B
Black with #4AF23B
Text Example
Text Example
White with #4AF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF23B; }
p { color: rgb(74,242,59); }
H1.HeaderClassName
{
color: #4AF23B;
}
.AnyTagClassName
{
color: #4AF23B;
}
</style>
background-color css
<style>
a { background-color: #4AF23B; }
a { background-color: rgb(74,242,59); }
div.DivClassName
{
background-color: #4AF23B;
}
.BgClassName
{
background-color: #4AF23B;
}
</style>
border-color css
<style>
span { border-color: #4AF23B; }
span { border-color: rgb(74,242,59); }
td.TdClassName
{
border-color: #4AF23B;
}
.TagClassName
{
border-color: #4AF23B;
}
</style>