Html Css Color HEX #4DD12F Lime Green

📋 copy color: '#4DD12F'

red 77 ◦ green 209 ◦ blue 47

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

Shades of Lime Green #4DD12F

Tints of Lime Green #4DD12F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.76%

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

R = 23.12%
G = 62.76%
B = 14.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#4DD12F (or 0x4DD12F) is known color: Lime Green. HEX triplet: 4D, D1 and 2F. RGB value is (77,209,47). Sum of RGB (Red+Green+Blue) = 77+209+47=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD12F is #B22ED0. Grayscale: #979797. Windows color (decimal): -11677393 or 3133773. OLE color: 3133773.

HSL color Cylindrical-coordinate representation of color #4DD12F: hue angle of 108.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DD12F is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 209 47 -
CMYK 0.63 0 0.78 0.18
HSL 108.89º 0.64% 0.5% -
HSV(B) 108.89º 0.78% 0.82% -
XYZ 26.37 47.38 10.45 -
YUV 151.06 69.27 75.17 -
System Red Green Blue C M Y K H S L
Decimal 77 209 47 0.63 0 0.78 0.18 108.89 0.64 0.5
Hex 4D D1 2F 3F 0 4E 12 6D 40 32
Octal 115 321 57 77 0 116 22 155 100 62
Binary 1001101 11010001 101111 111111 0 1001110 10010 1101101 1000000 110010

Color Harmonies of #4DD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD12F

Black with #4DD12F

Text Example


Text Example

White with #4DD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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