Html Css Color HEX #4ADF50 Lime Green

📋 copy color: '#4ADF50'

red 74 ◦ green 223 ◦ blue 80

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

Shades of Lime Green #4ADF50

Tints of Lime Green #4ADF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

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

R = 19.63%
G = 59.15%
B = 21.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#4ADF50 (or 0x4ADF50) is known color: Lime Green. HEX triplet: 4A, DF and 50. RGB value is (74,223,80). Sum of RGB (Red+Green+Blue) = 74+223+80=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF50 is #B520AF. Grayscale: #A2A2A2. Windows color (decimal): -11870384 or 5300042. OLE color: 5300042.

HSL color Cylindrical-coordinate representation of color #4ADF50: hue angle of 122.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF50 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 80 -
CMYK 0.67 0 0.64 0.13
HSL 122.42º 0.7% 0.58% -
HSV(B) 122.42º 0.67% 0.87% -
XYZ 30.66 54.81 16.55 -
YUV 162.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 74 223 80 0.67 0 0.64 0.13 122.42 0.7 0.58
Hex 4A DF 50 43 0 40 D 7A 46 3A
Octal 112 337 120 103 0 100 15 172 106 72
Binary 1001010 11011111 1010000 1000011 0 1000000 1101 1111010 1000110 111010

Color Harmonies of #4ADF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF50

Black with #4ADF50

Text Example


Text Example

White with #4ADF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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