Html Css Color HEX #4AD14C Lime Green

📋 copy color: '#4AD14C'

red 74 ◦ green 209 ◦ blue 76

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

Shades of Lime Green #4AD14C

Tints of Lime Green #4AD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.22%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 20.61%
G = 58.22%
B = 21.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#4AD14C (or 0x4AD14C) is known color: Lime Green. HEX triplet: 4A, D1 and 4C. RGB value is (74,209,76). Sum of RGB (Red+Green+Blue) = 74+209+76=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD14C is #B52EB3. Grayscale: #999999. Windows color (decimal): -11873972 or 5034314. OLE color: 5034314.

HSL color Cylindrical-coordinate representation of color #4AD14C: hue angle of 120.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD14C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 209 76 -
CMYK 0.65 0 0.64 0.18
HSL 120.89º 0.59% 0.55% -
HSV(B) 120.89º 0.65% 0.82% -
XYZ 26.93 47.58 14.6 -
YUV 153.47 84.27 71.31 -
System Red Green Blue C M Y K H S L
Decimal 74 209 76 0.65 0 0.64 0.18 120.89 0.59 0.55
Hex 4A D1 4C 41 0 40 12 79 3B 37
Octal 112 321 114 101 0 100 22 171 73 67
Binary 1001010 11010001 1001100 1000001 0 1000000 10010 1111001 111011 110111

Color Harmonies of #4AD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD14C

Black with #4AD14C

Text Example


Text Example

White with #4AD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,209,76); }

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

background-color css

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

 a { background-color: rgb(74,209,76); }

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

border-color css

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

 span { border-color: rgb(74,209,76); }

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