Html Css Color HEX #4AC641 Lime Green

📋 copy color: '#4AC641'

red 74 ◦ green 198 ◦ blue 65

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

Shades of Lime Green #4AC641

Tints of Lime Green #4AC641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.75%

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 21.96%
G = 58.75%
B = 19.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#4AC641 (or 0x4AC641) is known color: Lime Green. HEX triplet: 4A, C6 and 41. RGB value is (74,198,65). Sum of RGB (Red+Green+Blue) = 74+198+65=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC641 is #B539BE. Grayscale: #929292. Windows color (decimal): -11876799 or 4310602. OLE color: 4310602.

HSL color Cylindrical-coordinate representation of color #4AC641: hue angle of 115.94º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC641 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 65 -
CMYK 0.63 0 0.67 0.22
HSL 115.94º 0.54% 0.52% -
HSV(B) 115.94º 0.67% 0.78% -
XYZ 23.97 42.23 11.89 -
YUV 145.76 82.42 76.81 -
System Red Green Blue C M Y K H S L
Decimal 74 198 65 0.63 0 0.67 0.22 115.94 0.54 0.52
Hex 4A C6 41 3F 0 43 16 74 36 34
Octal 112 306 101 77 0 103 26 164 66 64
Binary 1001010 11000110 1000001 111111 0 1000011 10110 1110100 110110 110100

Color Harmonies of #4AC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC641

Black with #4AC641

Text Example


Text Example

White with #4AC641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,198,65); }

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

background-color css

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

 a { background-color: rgb(74,198,65); }

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

border-color css

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

 span { border-color: rgb(74,198,65); }

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