Html Css Color HEX #4BDC4A Lime Green

📋 copy color: '#4BDC4A'

red 75 ◦ green 220 ◦ blue 74

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

Shades of Lime Green #4BDC4A

Tints of Lime Green #4BDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 20.33%
G = 59.62%
B = 20.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#4BDC4A (or 0x4BDC4A) is known color: Lime Green. HEX triplet: 4B, DC and 4A. RGB value is (75,220,74). Sum of RGB (Red+Green+Blue) = 75+220+74=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC4A is #B423B5. Grayscale: #A0A0A0. Windows color (decimal): -11805622 or 4906059. OLE color: 4906059.

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

Color convert

RGB 75 220 74 -
CMYK 0.66 0 0.66 0.14
HSL 119.59º 0.68% 0.58% -
HSV(B) 119.59º 0.66% 0.86% -
XYZ 29.73 53.18 15.18 -
YUV 160 79.46 67.37 -
System Red Green Blue C M Y K H S L
Decimal 75 220 74 0.66 0 0.66 0.14 119.59 0.68 0.58
Hex 4B DC 4A 42 0 42 E 78 44 3A
Octal 113 334 112 102 0 102 16 170 104 72
Binary 1001011 11011100 1001010 1000010 0 1000010 1110 1111000 1000100 111010

Color Harmonies of #4BDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC4A

Black with #4BDC4A

Text Example


Text Example

White with #4BDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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