Html Css Color HEX #4DCD3F Lime Green

📋 copy color: '#4DCD3F'

red 77 ◦ green 205 ◦ blue 63

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

Shades of Lime Green #4DCD3F

Tints of Lime Green #4DCD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 22.32%
G = 59.42%
B = 18.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#4DCD3F (or 0x4DCD3F) is known color: Lime Green. HEX triplet: 4D, CD and 3F. RGB value is (77,205,63). Sum of RGB (Red+Green+Blue) = 77+205+63=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD3F is #B232C0. Grayscale: #969696. Windows color (decimal): -11678401 or 4181325. OLE color: 4181325.

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

Color convert

RGB 77 205 63 -
CMYK 0.62 0 0.69 0.20
HSL 114.08º 0.59% 0.53% -
HSV(B) 114.08º 0.69% 0.8% -
XYZ 25.79 45.6 12.14 -
YUV 150.54 78.59 75.55 -
System Red Green Blue C M Y K H S L
Decimal 77 205 63 0.62 0 0.69 0.20 114.08 0.59 0.53
Hex 4D CD 3F 3E 0 45 14 72 3B 35
Octal 115 315 77 76 0 105 24 162 73 65
Binary 1001101 11001101 111111 111110 0 1000101 10100 1110010 111011 110101

Color Harmonies of #4DCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCD3F

Black with #4DCD3F

Text Example


Text Example

White with #4DCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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