Shades of Lime Green #4BDF2F
Tints of Lime Green #4BDF2F
RGB
CMYK
RGB Variations
Color information
#4BDF2F (or 0x4BDF2F) is known color: Lime Green. HEX triplet: 4B, DF and 2F. RGB value is (75,223,47). Sum of RGB (Red+Green+Blue) = 75+223+47=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF2F is #B420D0. Grayscale: #9F9F9F. Windows color (decimal): -11804881 or 3137355. OLE color: 3137355.
HSL color Cylindrical-coordinate representation of color #4BDF2F: hue angle of 110.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BDF2F is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 47 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.13 |
| HSL | 110.45º | 0.73% | 0.53% | - |
| HSV(B) | 110.45º | 0.79% | 0.87% | - |
| XYZ | 29.8 | 54.48 | 11.63 | - |
| YUV | 158.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 47 | 0.66 | 0 | 0.79 | 0.13 | 110.45 | 0.73 | 0.53 |
| Hex | 4B | DF | 2F | 42 | 0 | 4F | D | 6E | 49 | 35 |
| Octal | 113 | 337 | 57 | 102 | 0 | 117 | 15 | 156 | 111 | 65 |
| Binary | 1001011 | 11011111 | 101111 | 1000010 | 0 | 1001111 | 1101 | 1101110 | 1001001 | 110101 |
Color Harmonies of #4BDF2F
Complementary color
Monochromatic Colors of #4BDF2F
Black with #4BDF2F
Text Example
Text Example
White with #4BDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF2F; }
p { color: rgb(75,223,47); }
H1.HeaderClassName
{
color: #4BDF2F;
}
.AnyTagClassName
{
color: #4BDF2F;
}
</style>
background-color css
<style>
a { background-color: #4BDF2F; }
a { background-color: rgb(75,223,47); }
div.DivClassName
{
background-color: #4BDF2F;
}
.BgClassName
{
background-color: #4BDF2F;
}
</style>
border-color css
<style>
span { border-color: #4BDF2F; }
span { border-color: rgb(75,223,47); }
td.TdClassName
{
border-color: #4BDF2F;
}
.TagClassName
{
border-color: #4BDF2F;
}
</style>