Html Css Color HEX #4AC844 Lime Green

📋 copy color: '#4AC844'

red 74 ◦ green 200 ◦ blue 68

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

Shades of Lime Green #4AC844

Tints of Lime Green #4AC844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.48%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 21.64%
G = 58.48%
B = 19.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#4AC844 (or 0x4AC844) is known color: Lime Green. HEX triplet: 4A, C8 and 44. RGB value is (74,200,68). Sum of RGB (Red+Green+Blue) = 74+200+68=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC844 is #B537BB. Grayscale: #939393. Windows color (decimal): -11876284 or 4507722. OLE color: 4507722.

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

Color convert

RGB 74 200 68 -
CMYK 0.63 0 0.66 0.22
HSL 117.27º 0.55% 0.53% -
HSV(B) 117.27º 0.66% 0.78% -
XYZ 24.52 43.18 12.51 -
YUV 147.28 83.26 75.73 -
System Red Green Blue C M Y K H S L
Decimal 74 200 68 0.63 0 0.66 0.22 117.27 0.55 0.53
Hex 4A C8 44 3F 0 42 16 75 37 35
Octal 112 310 104 77 0 102 26 165 67 65
Binary 1001010 11001000 1000100 111111 0 1000010 10110 1110101 110111 110101

Color Harmonies of #4AC844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC844

Black with #4AC844

Text Example


Text Example

White with #4AC844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,200,68); }

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

background-color css

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

 a { background-color: rgb(74,200,68); }

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

border-color css

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

 span { border-color: rgb(74,200,68); }

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