Html Css Color HEX #4AD650 Lime Green

📋 copy color: '#4AD650'

red 74 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #4AD650

Tints of Lime Green #4AD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.15%

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

R = 20.11%
G = 58.15%
B = 21.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#4AD650 (or 0x4AD650) is known color: Lime Green. HEX triplet: 4A, D6 and 50. RGB value is (74,214,80). Sum of RGB (Red+Green+Blue) = 74+214+80=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD650 is #B529AF. Grayscale: #9D9D9D. Windows color (decimal): -11872688 or 5297738. OLE color: 5297738.

HSL color Cylindrical-coordinate representation of color #4AD650: hue angle of 122.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD650 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 80 -
CMYK 0.65 0 0.63 0.16
HSL 122.57º 0.63% 0.56% -
HSV(B) 122.57º 0.65% 0.84% -
XYZ 28.32 50.13 15.77 -
YUV 156.86 84.62 68.9 -
System Red Green Blue C M Y K H S L
Decimal 74 214 80 0.65 0 0.63 0.16 122.57 0.63 0.56
Hex 4A D6 50 41 0 3F 10 7B 3F 38
Octal 112 326 120 101 0 77 20 173 77 70
Binary 1001010 11010110 1010000 1000001 0 111111 10000 1111011 111111 111000

Color Harmonies of #4AD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD650

Black with #4AD650

Text Example


Text Example

White with #4AD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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