Html Css Color HEX #4BDC50 Lime Green

📋 copy color: '#4BDC50'

red 75 ◦ green 220 ◦ blue 80

#4BDC50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4BDC50

Tints of Lime Green #4BDC50

RGB

 RED value IS 75 (29.69% from 255) = 20%

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 20%
G = 58.67%
B = 21.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#4BDC50 (or 0x4BDC50) is known color: Lime Green. HEX triplet: 4B, DC and 50. RGB value is (75,220,80). Sum of RGB (Red+Green+Blue) = 75+220+80=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC50 is #B423AF. Grayscale: #A1A1A1. Windows color (decimal): -11805616 or 5299275. OLE color: 5299275.

HSL color Cylindrical-coordinate representation of color #4BDC50: hue angle of 122.07º 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 #4BDC50 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 80 -
CMYK 0.66 0 0.64 0.14
HSL 122.07º 0.67% 0.58% -
HSV(B) 122.07º 0.66% 0.86% -
XYZ 29.94 53.26 16.29 -
YUV 160.69 82.46 66.88 -
System Red Green Blue C M Y K H S L
Decimal 75 220 80 0.66 0 0.64 0.14 122.07 0.67 0.58
Hex 4B DC 50 42 0 40 E 7A 43 3A
Octal 113 334 120 102 0 100 16 172 103 72
Binary 1001011 11011100 1010000 1000010 0 1000000 1110 1111010 1000011 111010

Color Harmonies of #4BDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC50

Black with #4BDC50

Text Example


Text Example

White with #4BDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BDC50;
 }
 .AnyTagClassName
 {
   color: #4BDC50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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