Html Css Color HEX #4AC143 Lime Green

📋 copy color: '#4AC143'

red 74 ◦ green 193 ◦ blue 67

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

Shades of Lime Green #4AC143

Tints of Lime Green #4AC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.78%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 22.16%
G = 57.78%
B = 20.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#4AC143 (or 0x4AC143) is known color: Lime Green. HEX triplet: 4A, C1 and 43. RGB value is (74,193,67). Sum of RGB (Red+Green+Blue) = 74+193+67=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC143 is #B53EBC. Grayscale: #8F8F8F. Windows color (decimal): -11878077 or 4440394. OLE color: 4440394.

HSL color Cylindrical-coordinate representation of color #4AC143: hue angle of 116.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC143 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 193 67 -
CMYK 0.62 0 0.65 0.24
HSL 116.67º 0.5% 0.51% -
HSV(B) 116.67º 0.65% 0.76% -
XYZ 22.91 40 11.82 -
YUV 143.06 85.08 78.75 -
System Red Green Blue C M Y K H S L
Decimal 74 193 67 0.62 0 0.65 0.24 116.67 0.5 0.51
Hex 4A C1 43 3E 0 41 18 75 32 33
Octal 112 301 103 76 0 101 30 165 62 63
Binary 1001010 11000001 1000011 111110 0 1000001 11000 1110101 110010 110011

Color Harmonies of #4AC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC143

Black with #4AC143

Text Example


Text Example

White with #4AC143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,193,67); }

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

background-color css

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

 a { background-color: rgb(74,193,67); }

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

border-color css

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

 span { border-color: rgb(74,193,67); }

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