Html Css Color HEX #4DCD4A Lime Green

📋 copy color: '#4DCD4A'

red 77 ◦ green 205 ◦ blue 74

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

Shades of Lime Green #4DCD4A

Tints of Lime Green #4DCD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.58%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 21.63%
G = 57.58%
B = 20.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#4DCD4A (or 0x4DCD4A) is known color: Lime Green. HEX triplet: 4D, CD and 4A. RGB value is (77,205,74). Sum of RGB (Red+Green+Blue) = 77+205+74=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD4A is #B232B5. Grayscale: #989898. Windows color (decimal): -11678390 or 4902221. OLE color: 4902221.

HSL color Cylindrical-coordinate representation of color #4DCD4A: hue angle of 118.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCD4A is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 205 74 -
CMYK 0.62 0 0.64 0.20
HSL 118.63º 0.57% 0.55% -
HSV(B) 118.63º 0.64% 0.8% -
XYZ 26.13 45.73 13.93 -
YUV 151.79 84.09 74.65 -
System Red Green Blue C M Y K H S L
Decimal 77 205 74 0.62 0 0.64 0.20 118.63 0.57 0.55
Hex 4D CD 4A 3E 0 40 14 77 39 37
Octal 115 315 112 76 0 100 24 167 71 67
Binary 1001101 11001101 1001010 111110 0 1000000 10100 1110111 111001 110111

Color Harmonies of #4DCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCD4A

Black with #4DCD4A

Text Example


Text Example

White with #4DCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,205,74); }

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

background-color css

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

 a { background-color: rgb(77,205,74); }

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

border-color css

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

 span { border-color: rgb(77,205,74); }

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