#4BD34D

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

Shades of Lime Green #4BD34D

Tints of Lime Green #4BD34D

Color information

#4BD34D (or 0x4BD34D) is unknown color: approx Lime Green. HEX triplet: 4B, D3 and 4D. RGB value is (75,211,77). Sum of RGB (Red+Green+Blue) = 75+211+77=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD34D is #B42CB2. Grayscale: #9B9B9B. Windows color (decimal): -11807923 or 5100363. OLE color: 5100363.

HSL color Cylindrical-coordinate representation of color #4BD34D: hue angle of 120.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD34D is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB7521177-
CMYK0.6400.640.17
HSL120.88º60.71%56.08%-
HSV(B)120.88º64.45%82.75%-
XYZ27.5448.6214.95-
YUV155.0683.9470.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 211 (82.81% from 255) = 58.13%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=20.66%
G=58.13%
B=21.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75211770.6400.640.17120.8860.7156.08
Hex4BD34D4004011793d38
Octal1133231151000100211717570
Binary1001011110100111001101100000001000000100011111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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