#4bdc4e

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

Shades of Lime Green #4BDC4E

Tints of Lime Green #4BDC4E

Color information

#4BDC4E (or 0x4BDC4E) is unknown color: approx Lime Green. HEX triplet: 4B, DC and 4E. RGB value is (75,220,78). Sum of RGB (Red+Green+Blue) = 75+220+78=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC4E is #B423B1. Grayscale: #A0A0A0. Windows color (decimal): -11805618 or 5168203. OLE color: 5168203.

HSL color Cylindrical-coordinate representation of color #4BDC4E: hue angle of 121.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC4E is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB7522078-
CMYK0.6600.650.14
HSL121.24º67.44%57.84%-
HSV(B)121.24º65.91%86.27%-
XYZ29.8753.2315.91-
YUV160.4681.4667.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 220 (86.33% from 255) = 58.98%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=20.11%
G=58.98%
B=20.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal75220780.6600.650.14121.2467.4457.84
Hex4BDC4E42041E79433a
Octal11333411610201011617110372
Binary1001011110111001001110100001001000001111011110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bdc4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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