Html Css Color HEX #4AD345 Lime Green

📋 copy color: '#4AD345'

red 74 ◦ green 211 ◦ blue 69

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

Shades of Lime Green #4AD345

Tints of Lime Green #4AD345

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.6%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 20.9%
G = 59.6%
B = 19.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#4AD345 (or 0x4AD345) is known color: Lime Green. HEX triplet: 4A, D3 and 45. RGB value is (74,211,69). Sum of RGB (Red+Green+Blue) = 74+211+69=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD345 is #B52CBA. Grayscale: #9A9A9A. Windows color (decimal): -11873467 or 4576074. OLE color: 4576074.

HSL color Cylindrical-coordinate representation of color #4AD345: hue angle of 117.89º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD345 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 211 69 -
CMYK 0.65 0 0.67 0.17
HSL 117.89º 0.62% 0.55% -
HSV(B) 117.89º 0.67% 0.83% -
XYZ 27.19 48.47 13.55 -
YUV 153.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 74 211 69 0.65 0 0.67 0.17 117.89 0.62 0.55
Hex 4A D3 45 41 0 43 11 76 3E 37
Octal 112 323 105 101 0 103 21 166 76 67
Binary 1001010 11010011 1000101 1000001 0 1000011 10001 1110110 111110 110111

Color Harmonies of #4AD345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD345

Black with #4AD345

Text Example


Text Example

White with #4AD345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,211,69); }

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

background-color css

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

 a { background-color: rgb(74,211,69); }

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

border-color css

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

 span { border-color: rgb(74,211,69); }

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