Html Css Color HEX #4DC342 Lime Green

📋 copy color: '#4DC342'

red 77 ◦ green 195 ◦ blue 66

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

Shades of Lime Green #4DC342

Tints of Lime Green #4DC342

RGB

 RED value IS 77 (30.47% from 255) = 22.78%

 GREEN value IS 195 (76.56% from 255) = 57.69%

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

R = 22.78%
G = 57.69%
B = 19.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#4DC342 (or 0x4DC342) is known color: Lime Green. HEX triplet: 4D, C3 and 42. RGB value is (77,195,66). Sum of RGB (Red+Green+Blue) = 77+195+66=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC342 is #B23CBD. Grayscale: #919191. Windows color (decimal): -11680958 or 4375373. OLE color: 4375373.

HSL color Cylindrical-coordinate representation of color #4DC342: hue angle of 114.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DC342 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 195 66 -
CMYK 0.61 0 0.66 0.24
HSL 114.88º 0.52% 0.51% -
HSV(B) 114.88º 0.66% 0.76% -
XYZ 23.56 41 11.83 -
YUV 145.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 77 195 66 0.61 0 0.66 0.24 114.88 0.52 0.51
Hex 4D C3 42 3D 0 42 18 73 34 33
Octal 115 303 102 75 0 102 30 163 64 63
Binary 1001101 11000011 1000010 111101 0 1000010 11000 1110011 110100 110011

Color Harmonies of #4DC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC342

Black with #4DC342

Text Example


Text Example

White with #4DC342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,195,66); }

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

background-color css

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

 a { background-color: rgb(77,195,66); }

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

border-color css

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

 span { border-color: rgb(77,195,66); }

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