Html Css Color HEX #4ADB50 Lime Green

📋 copy color: '#4ADB50'

red 74 ◦ green 219 ◦ blue 80

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

Shades of Lime Green #4ADB50

Tints of Lime Green #4ADB50

RGB

 RED value IS 74 (29.3% from 255) = 19.84%

 GREEN value IS 219 (85.94% from 255) = 58.71%

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

R = 19.84%
G = 58.71%
B = 21.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#4ADB50 (or 0x4ADB50) is known color: Lime Green. HEX triplet: 4A, DB and 50. RGB value is (74,219,80). Sum of RGB (Red+Green+Blue) = 74+219+80=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB50 is #B524AF. Grayscale: #A0A0A0. Windows color (decimal): -11871408 or 5299018. OLE color: 5299018.

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

Color convert

RGB 74 219 80 -
CMYK 0.66 0 0.63 0.14
HSL 122.48º 0.67% 0.57% -
HSV(B) 122.48º 0.66% 0.86% -
XYZ 29.6 52.7 16.2 -
YUV 159.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 74 219 80 0.66 0 0.63 0.14 122.48 0.67 0.57
Hex 4A DB 50 42 0 3F E 7A 43 39
Octal 112 333 120 102 0 77 16 172 103 71
Binary 1001010 11011011 1010000 1000010 0 111111 1110 1111010 1000011 111001

Color Harmonies of #4ADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB50

Black with #4ADB50

Text Example


Text Example

White with #4ADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,80); }

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

background-color css

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

 a { background-color: rgb(74,219,80); }

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

border-color css

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

 span { border-color: rgb(74,219,80); }

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