#4BD84D

Color #4BD84D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4BD84D

Tints of Lime Green #4BD84D

Color information

#4BD84D (or 0x4BD84D) is unknown color: approx Lime Green. HEX triplet: 4B, D8 and 4D. RGB value is (75,216,77). Sum of RGB (Red+Green+Blue) = 75+216+77=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD84D is #B427B2. Grayscale: #9E9E9E. Windows color (decimal): -11806643 or 5101643. OLE color: 5101643.

HSL color Cylindrical-coordinate representation of color #4BD84D: hue angle of 120.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD84D is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB7521677-
CMYK0.6500.640.15
HSL120.85º64.38%57.06%-
HSV(B)120.85º65.28%84.71%-
XYZ28.851.1415.38-
YUV157.9982.2968.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 216 (84.77% from 255) = 58.70%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=20.38%
G=58.70%
B=20.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75216770.6500.640.15120.8564.3857.06
Hex4BD84D41040F794039
Octal11333011510101001717110071
Binary1001011110110001001101100000101000000111111110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BD84D; }

 p { color: rgb(75,216,77); }

 H1.HeaderClassName
 {
   color: #4BD84D;
 }
 .AnyTagClassName
 {
   color: #4BD84D;
 }
</style>
background-color css

<style>
 a { background-color: #4BD84D; }

 a { background-color: rgb(75,216,77); }

 div.DivClassName
 {
   background-color: #4BD84D;
 }
 .BgClassName
 {
   background-color: #4BD84D;
 }
</style>
border-color css

<style>
 span { border-color: #4BD84D; }

 span { border-color: rgb(75,216,77); }

 td.TdClassName
 {
   border-color: #4BD84D;
 }
 .TagClassName
 {
   border-color: #4BD84D;
 }
</style>