Html Css Color HEX #4CCC40 Lime Green

📋 copy color: '#4CCC40'

red 76 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #4CCC40

Tints of Lime Green #4CCC40

RGB

 RED value IS 76 (30.08% from 255) = 22.09%

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 22.09%
G = 59.3%
B = 18.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#4CCC40 (or 0x4CCC40) is known color: Lime Green. HEX triplet: 4C, CC and 40. RGB value is (76,204,64). Sum of RGB (Red+Green+Blue) = 76+204+64=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC40 is #B333BF. Grayscale: #969696. Windows color (decimal): -11744192 or 4246604. OLE color: 4246604.

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

Color convert

RGB 76 204 64 -
CMYK 0.63 0 0.69 0.2
HSL 114.86º 0.58% 0.53% -
HSV(B) 114.86º 0.69% 0.8% -
XYZ 25.5 45.09 12.21 -
YUV 149.77 79.59 75.38 -
System Red Green Blue C M Y K H S L
Decimal 76 204 64 0.63 0 0.69 0.2 114.86 0.58 0.53
Hex 4C CC 40 3F 0 45 14 73 3A 35
Octal 114 314 100 77 0 105 24 163 72 65
Binary 1001100 11001100 1000000 111111 0 1000101 10100 1110011 111010 110101

Color Harmonies of #4CCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC40

Black with #4CCC40

Text Example


Text Example

White with #4CCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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