Html Css Color HEX #4DC13A Lime Green

📋 copy color: '#4DC13A'

red 77 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #4DC13A

Tints of Lime Green #4DC13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 23.48%
G = 58.84%
B = 17.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#4DC13A (or 0x4DC13A) is known color: Lime Green. HEX triplet: 4D, C1 and 3A. RGB value is (77,193,58). Sum of RGB (Red+Green+Blue) = 77+193+58=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC13A is #B23EC5. Grayscale: #8F8F8F. Windows color (decimal): -11681478 or 3850573. OLE color: 3850573.

HSL color Cylindrical-coordinate representation of color #4DC13A: hue angle of 111.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC13A is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 193 58 -
CMYK 0.60 0 0.70 0.24
HSL 111.56º 0.54% 0.49% -
HSV(B) 111.56º 0.7% 0.76% -
XYZ 22.89 40.02 10.52 -
YUV 142.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 77 193 58 0.60 0 0.70 0.24 111.56 0.54 0.49
Hex 4D C1 3A 3C 0 46 18 70 36 31
Octal 115 301 72 74 0 106 30 160 66 61
Binary 1001101 11000001 111010 111100 0 1000110 11000 1110000 110110 110001

Color Harmonies of #4DC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC13A

Black with #4DC13A

Text Example


Text Example

White with #4DC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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