Shades of Lime Green #4BEA2F
Tints of Lime Green #4BEA2F
RGB
CMYK
RGB Variations
Color information
#4BEA2F (or 0x4BEA2F) is known color: Lime Green. HEX triplet: 4B, EA and 2F. RGB value is (75,234,47). Sum of RGB (Red+Green+Blue) = 75+234+47=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 234 (91.80% from 255 or 65.73% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEA2F is #B415D0. Grayscale: #A5A5A5. Windows color (decimal): -11802065 or 3140171. OLE color: 3140171.
HSL color Cylindrical-coordinate representation of color #4BEA2F: hue angle of 111.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BEA2F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 47 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.08 |
| HSL | 111.02º | 0.82% | 0.55% | - |
| HSV(B) | 111.02º | 0.8% | 0.92% | - |
| XYZ | 32.84 | 60.55 | 12.65 | - |
| YUV | 165.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 47 | 0.68 | 0 | 0.80 | 0.08 | 111.02 | 0.82 | 0.55 |
| Hex | 4B | EA | 2F | 44 | 0 | 50 | 8 | 6F | 52 | 37 |
| Octal | 113 | 352 | 57 | 104 | 0 | 120 | 10 | 157 | 122 | 67 |
| Binary | 1001011 | 11101010 | 101111 | 1000100 | 0 | 1010000 | 1000 | 1101111 | 1010010 | 110111 |
Color Harmonies of #4BEA2F
Complementary color
Monochromatic Colors of #4BEA2F
Black with #4BEA2F
Text Example
Text Example
White with #4BEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEA2F; }
p { color: rgb(75,234,47); }
H1.HeaderClassName
{
color: #4BEA2F;
}
.AnyTagClassName
{
color: #4BEA2F;
}
</style>
background-color css
<style>
a { background-color: #4BEA2F; }
a { background-color: rgb(75,234,47); }
div.DivClassName
{
background-color: #4BEA2F;
}
.BgClassName
{
background-color: #4BEA2F;
}
</style>
border-color css
<style>
span { border-color: #4BEA2F; }
span { border-color: rgb(75,234,47); }
td.TdClassName
{
border-color: #4BEA2F;
}
.TagClassName
{
border-color: #4BEA2F;
}
</style>