Html Css Color HEX #4DD82A Lime Green

📋 copy color: '#4DD82A'

red 77 ◦ green 216 ◦ blue 42

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

Shades of Lime Green #4DD82A

Tints of Lime Green #4DD82A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 22.99%
G = 64.48%
B = 12.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#4DD82A (or 0x4DD82A) is known color: Lime Green. HEX triplet: 4D, D8 and 2A. RGB value is (77,216,42). Sum of RGB (Red+Green+Blue) = 77+216+42=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD82A is #B227D5. Grayscale: #9B9B9B. Windows color (decimal): -11675606 or 2807885. OLE color: 2807885.

HSL color Cylindrical-coordinate representation of color #4DD82A: hue angle of 107.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DD82A is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 42 -
CMYK 0.64 0 0.81 0.15
HSL 107.93º 0.69% 0.51% -
HSV(B) 107.93º 0.81% 0.85% -
XYZ 28.03 50.86 10.53 -
YUV 154.6 64.45 72.65 -
System Red Green Blue C M Y K H S L
Decimal 77 216 42 0.64 0 0.81 0.15 107.93 0.69 0.51
Hex 4D D8 2A 40 0 51 F 6C 45 33
Octal 115 330 52 100 0 121 17 154 105 63
Binary 1001101 11011000 101010 1000000 0 1010001 1111 1101100 1000101 110011

Color Harmonies of #4DD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD82A

Black with #4DD82A

Text Example


Text Example

White with #4DD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,216,42); }

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

background-color css

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

 a { background-color: rgb(77,216,42); }

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

border-color css

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

 span { border-color: rgb(77,216,42); }

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