Html Css Color HEX #4DDA2F Lime Green

📋 copy color: '#4DDA2F'

red 77 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #4DDA2F

Tints of Lime Green #4DDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.74%

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 22.51%
G = 63.74%
B = 13.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#4DDA2F (or 0x4DDA2F) is known color: Lime Green. HEX triplet: 4D, DA and 2F. RGB value is (77,218,47). Sum of RGB (Red+Green+Blue) = 77+218+47=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA2F is #B225D0. Grayscale: #9C9C9C. Windows color (decimal): -11675089 or 3136077. OLE color: 3136077.

HSL color Cylindrical-coordinate representation of color #4DDA2F: hue angle of 109.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DDA2F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 218 47 -
CMYK 0.65 0 0.78 0.15
HSL 109.47º 0.7% 0.52% -
HSV(B) 109.47º 0.78% 0.85% -
XYZ 28.65 51.93 11.2 -
YUV 156.35 66.29 71.4 -
System Red Green Blue C M Y K H S L
Decimal 77 218 47 0.65 0 0.78 0.15 109.47 0.7 0.52
Hex 4D DA 2F 41 0 4E F 6D 46 34
Octal 115 332 57 101 0 116 17 155 106 64
Binary 1001101 11011010 101111 1000001 0 1001110 1111 1101101 1000110 110100

Color Harmonies of #4DDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDA2F

Black with #4DDA2F

Text Example


Text Example

White with #4DDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,218,47); }

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

background-color css

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

 a { background-color: rgb(77,218,47); }

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

border-color css

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

 span { border-color: rgb(77,218,47); }

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