Html Css Color HEX #4DD246 Lime Green

📋 copy color: '#4DD246'

red 77 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #4DD246

Tints of Lime Green #4DD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.82%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 21.57%
G = 58.82%
B = 19.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#4DD246 (or 0x4DD246) is known color: Lime Green. HEX triplet: 4D, D2 and 46. RGB value is (77,210,70). Sum of RGB (Red+Green+Blue) = 77+210+70=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD246 is #B22DB9. Grayscale: #9A9A9A. Windows color (decimal): -11677114 or 4641357. OLE color: 4641357.

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

Color convert

RGB 77 210 70 -
CMYK 0.63 0 0.67 0.18
HSL 117º 0.61% 0.55% -
HSV(B) 117º 0.67% 0.82% -
XYZ 27.21 48.11 13.65 -
YUV 154.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 77 210 70 0.63 0 0.67 0.18 117 0.61 0.55
Hex 4D D2 46 3F 0 43 12 75 3D 37
Octal 115 322 106 77 0 103 22 165 75 67
Binary 1001101 11010010 1000110 111111 0 1000011 10010 1110101 111101 110111

Color Harmonies of #4DD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD246

Black with #4DD246

Text Example


Text Example

White with #4DD246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,210,70); }

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

background-color css

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

 a { background-color: rgb(77,210,70); }

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

border-color css

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

 span { border-color: rgb(77,210,70); }

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