Html Css Color HEX #4BDC48 Lime Green

📋 copy color: '#4BDC48'

red 75 ◦ green 220 ◦ blue 72

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

Shades of Lime Green #4BDC48

Tints of Lime Green #4BDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 20.44%
G = 59.95%
B = 19.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#4BDC48 (or 0x4BDC48) is known color: Lime Green. HEX triplet: 4B, DC and 48. RGB value is (75,220,72). Sum of RGB (Red+Green+Blue) = 75+220+72=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC48 is #B423B7. Grayscale: #A0A0A0. Windows color (decimal): -11805624 or 4774987. OLE color: 4774987.

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

Color convert

RGB 75 220 72 -
CMYK 0.66 0 0.67 0.14
HSL 118.78º 0.68% 0.57% -
HSV(B) 118.78º 0.67% 0.86% -
XYZ 29.66 53.15 14.83 -
YUV 159.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 75 220 72 0.66 0 0.67 0.14 118.78 0.68 0.57
Hex 4B DC 48 42 0 43 E 77 44 39
Octal 113 334 110 102 0 103 16 167 104 71
Binary 1001011 11011100 1001000 1000010 0 1000011 1110 1110111 1000100 111001

Color Harmonies of #4BDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC48

Black with #4BDC48

Text Example


Text Example

White with #4BDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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