Shades of Lime Green #4BDF2C
Tints of Lime Green #4BDF2C
RGB
CMYK
RGB Variations
Color information
#4BDF2C (or 0x4BDF2C) is known color: Lime Green. HEX triplet: 4B, DF and 2C. RGB value is (75,223,44). Sum of RGB (Red+Green+Blue) = 75+223+44=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF2C is #B420D3. Grayscale: #9E9E9E. Windows color (decimal): -11804884 or 2940747. OLE color: 2940747.
HSL color Cylindrical-coordinate representation of color #4BDF2C: hue angle of 109.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BDF2C is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 44 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.13 |
| HSL | 109.61º | 0.74% | 0.52% | - |
| HSV(B) | 109.61º | 0.8% | 0.87% | - |
| XYZ | 29.74 | 54.45 | 11.33 | - |
| YUV | 158.34 | 63.47 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 44 | 0.66 | 0 | 0.80 | 0.13 | 109.61 | 0.74 | 0.52 |
| Hex | 4B | DF | 2C | 42 | 0 | 50 | D | 6E | 4A | 34 |
| Octal | 113 | 337 | 54 | 102 | 0 | 120 | 15 | 156 | 112 | 64 |
| Binary | 1001011 | 11011111 | 101100 | 1000010 | 0 | 1010000 | 1101 | 1101110 | 1001010 | 110100 |
Color Harmonies of #4BDF2C
Complementary color
Monochromatic Colors of #4BDF2C
Black with #4BDF2C
Text Example
Text Example
White with #4BDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF2C; }
p { color: rgb(75,223,44); }
H1.HeaderClassName
{
color: #4BDF2C;
}
.AnyTagClassName
{
color: #4BDF2C;
}
</style>
background-color css
<style>
a { background-color: #4BDF2C; }
a { background-color: rgb(75,223,44); }
div.DivClassName
{
background-color: #4BDF2C;
}
.BgClassName
{
background-color: #4BDF2C;
}
</style>
border-color css
<style>
span { border-color: #4BDF2C; }
span { border-color: rgb(75,223,44); }
td.TdClassName
{
border-color: #4BDF2C;
}
.TagClassName
{
border-color: #4BDF2C;
}
</style>