#4BD44C

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

Shades of Lime Green #4BD44C

Tints of Lime Green #4BD44C

Color information

#4BD44C (or 0x4BD44C) is unknown color: approx Lime Green. HEX triplet: 4B, D4 and 4C. RGB value is (75,212,76). Sum of RGB (Red+Green+Blue) = 75+212+76=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD44C is #B42BB3. Grayscale: #9B9B9B. Windows color (decimal): -11807668 or 5035083. OLE color: 5035083.

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

Color convert

RGB7521276-
CMYK0.6500.640.17
HSL120.44º61.43%56.27%-
HSV(B)120.44º64.62%83.14%-
XYZ27.7549.114.85-
YUV155.5383.1170.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 212 (83.20% from 255) = 58.40%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=20.66%
G=58.40%
B=20.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75212760.6500.640.17120.4461.4356.27
Hex4BD44C4104011783d38
Octal1133241141010100211707570
Binary1001011110101001001100100000101000000100011111000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,76); }

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

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

 a { background-color: rgb(75,212,76); }

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

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

 span { border-color: rgb(75,212,76); }

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