#4BD44E

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

Shades of Lime Green #4BD44E

Tints of Lime Green #4BD44E

Color information

#4BD44E (or 0x4BD44E) is unknown color: approx Lime Green. HEX triplet: 4B, D4 and 4E. RGB value is (75,212,78). Sum of RGB (Red+Green+Blue) = 75+212+78=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD44E is #B42BB1. Grayscale: #9C9C9C. Windows color (decimal): -11807666 or 5166155. OLE color: 5166155.

HSL color Cylindrical-coordinate representation of color #4BD44E: hue angle of 121.31º 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 #4BD44E is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB7521278-
CMYK0.6500.630.17
HSL121.31º61.43%56.27%-
HSV(B)121.31º64.62%83.14%-
XYZ27.8249.1315.23-
YUV155.7684.1170.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 212 (83.20% from 255) = 58.08%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=20.55%
G=58.08%
B=21.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75212780.6500.630.17121.3161.4356.27
Hex4BD44E4103F11793d38
Octal113324116101077211717570
Binary100101111010100100111010000010111111100011111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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