Html Css Color HEX #4ACC4C Lime Green

📋 copy color: '#4ACC4C'

red 74 ◦ green 204 ◦ blue 76

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

Shades of Lime Green #4ACC4C

Tints of Lime Green #4ACC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.63%

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

R = 20.9%
G = 57.63%
B = 21.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#4ACC4C (or 0x4ACC4C) is known color: Lime Green. HEX triplet: 4A, CC and 4C. RGB value is (74,204,76). Sum of RGB (Red+Green+Blue) = 74+204+76=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACC4C is #B533B3. Grayscale: #969696. Windows color (decimal): -11875252 or 5033034. OLE color: 5033034.

HSL color Cylindrical-coordinate representation of color #4ACC4C: hue angle of 120.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC4C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 204 76 -
CMYK 0.64 0 0.63 0.2
HSL 120.92º 0.56% 0.55% -
HSV(B) 120.92º 0.64% 0.8% -
XYZ 25.72 45.16 14.2 -
YUV 150.54 85.93 73.41 -
System Red Green Blue C M Y K H S L
Decimal 74 204 76 0.64 0 0.63 0.2 120.92 0.56 0.55
Hex 4A CC 4C 40 0 3F 14 79 38 37
Octal 112 314 114 100 0 77 24 171 70 67
Binary 1001010 11001100 1001100 1000000 0 111111 10100 1111001 111000 110111

Color Harmonies of #4ACC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACC4C

Black with #4ACC4C

Text Example


Text Example

White with #4ACC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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