Html Css Color HEX #4CCC42 Lime Green

📋 copy color: '#4CCC42'

red 76 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #4CCC42

Tints of Lime Green #4CCC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 21.97%
G = 58.96%
B = 19.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#4CCC42 (or 0x4CCC42) is known color: Lime Green. HEX triplet: 4C, CC and 42. RGB value is (76,204,66). Sum of RGB (Red+Green+Blue) = 76+204+66=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC42 is #B333BD. Grayscale: #969696. Windows color (decimal): -11744190 or 4377676. OLE color: 4377676.

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

Color convert

RGB 76 204 66 -
CMYK 0.63 0 0.68 0.2
HSL 115.65º 0.58% 0.53% -
HSV(B) 115.65º 0.68% 0.8% -
XYZ 25.56 45.12 12.52 -
YUV 150 80.59 75.22 -
System Red Green Blue C M Y K H S L
Decimal 76 204 66 0.63 0 0.68 0.2 115.65 0.58 0.53
Hex 4C CC 42 3F 0 44 14 74 3A 35
Octal 114 314 102 77 0 104 24 164 72 65
Binary 1001100 11001100 1000010 111111 0 1000100 10100 1110100 111010 110101

Color Harmonies of #4CCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC42

Black with #4CCC42

Text Example


Text Example

White with #4CCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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