Html Css Color HEX #4DDF3F Lime Green

📋 copy color: '#4DDF3F'

red 77 ◦ green 223 ◦ blue 63

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

Shades of Lime Green #4DDF3F

Tints of Lime Green #4DDF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.43%

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

R = 21.21%
G = 61.43%
B = 17.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#4DDF3F (or 0x4DDF3F) is known color: Lime Green. HEX triplet: 4D, DF and 3F. RGB value is (77,223,63). Sum of RGB (Red+Green+Blue) = 77+223+63=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDF3F is #B220C0. Grayscale: #A1A1A1. Windows color (decimal): -11673793 or 4185933. OLE color: 4185933.

HSL color Cylindrical-coordinate representation of color #4DDF3F: hue angle of 114.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DDF3F is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 63 -
CMYK 0.65 0 0.72 0.13
HSL 114.75º 0.71% 0.56% -
HSV(B) 114.75º 0.72% 0.87% -
XYZ 30.35 54.71 13.66 -
YUV 161.11 72.63 68.01 -
System Red Green Blue C M Y K H S L
Decimal 77 223 63 0.65 0 0.72 0.13 114.75 0.71 0.56
Hex 4D DF 3F 41 0 48 D 73 47 38
Octal 115 337 77 101 0 110 15 163 107 70
Binary 1001101 11011111 111111 1000001 0 1001000 1101 1110011 1000111 111000

Color Harmonies of #4DDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDF3F

Black with #4DDF3F

Text Example


Text Example

White with #4DDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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