Html Css Color HEX #4DC13C Lime Green

📋 copy color: '#4DC13C'

red 77 ◦ green 193 ◦ blue 60

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

Shades of Lime Green #4DC13C

Tints of Lime Green #4DC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 23.33%
G = 58.48%
B = 18.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#4DC13C (or 0x4DC13C) is known color: Lime Green. HEX triplet: 4D, C1 and 3C. RGB value is (77,193,60). Sum of RGB (Red+Green+Blue) = 77+193+60=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC13C is #B23EC3. Grayscale: #8F8F8F. Windows color (decimal): -11681476 or 3981645. OLE color: 3981645.

HSL color Cylindrical-coordinate representation of color #4DC13C: hue angle of 112.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC13C is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 193 60 -
CMYK 0.60 0 0.69 0.24
HSL 112.33º 0.53% 0.5% -
HSV(B) 112.33º 0.69% 0.76% -
XYZ 22.95 40.04 10.79 -
YUV 143.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 77 193 60 0.60 0 0.69 0.24 112.33 0.53 0.5
Hex 4D C1 3C 3C 0 45 18 70 35 32
Octal 115 301 74 74 0 105 30 160 65 62
Binary 1001101 11000001 111100 111100 0 1000101 11000 1110000 110101 110010

Color Harmonies of #4DC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC13C

Black with #4DC13C

Text Example


Text Example

White with #4DC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,193,60); }

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

background-color css

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

 a { background-color: rgb(77,193,60); }

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

border-color css

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

 span { border-color: rgb(77,193,60); }

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