Html Css Color HEX #4DD752 Lime Green

📋 copy color: '#4DD752'

red 77 ◦ green 215 ◦ blue 82

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

Shades of Lime Green #4DD752

Tints of Lime Green #4DD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.49%

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 20.59%
G = 57.49%
B = 21.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#4DD752 (or 0x4DD752) is known color: Lime Green. HEX triplet: 4D, D7 and 52. RGB value is (77,215,82). Sum of RGB (Red+Green+Blue) = 77+215+82=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD752 is #B228AD. Grayscale: #9E9E9E. Windows color (decimal): -11675822 or 5429069. OLE color: 5429069.

HSL color Cylindrical-coordinate representation of color #4DD752: hue angle of 122.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD752 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 215 82 -
CMYK 0.64 0 0.62 0.16
HSL 122.17º 0.63% 0.57% -
HSV(B) 122.17º 0.64% 0.84% -
XYZ 28.88 50.79 16.26 -
YUV 158.58 84.78 69.81 -
System Red Green Blue C M Y K H S L
Decimal 77 215 82 0.64 0 0.62 0.16 122.17 0.63 0.57
Hex 4D D7 52 40 0 3E 10 7A 3F 39
Octal 115 327 122 100 0 76 20 172 77 71
Binary 1001101 11010111 1010010 1000000 0 111110 10000 1111010 111111 111001

Color Harmonies of #4DD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD752

Black with #4DD752

Text Example


Text Example

White with #4DD752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,215,82); }

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

background-color css

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

 a { background-color: rgb(77,215,82); }

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

border-color css

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

 span { border-color: rgb(77,215,82); }

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