Html Css Color HEX #4DD352 Lime Green

📋 copy color: '#4DD352'

red 77 ◦ green 211 ◦ blue 82

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

Shades of Lime Green #4DD352

Tints of Lime Green #4DD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.03%

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

R = 20.81%
G = 57.03%
B = 22.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#4DD352 (or 0x4DD352) is known color: Lime Green. HEX triplet: 4D, D3 and 52. RGB value is (77,211,82). Sum of RGB (Red+Green+Blue) = 77+211+82=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD352 is #B22CAD. Grayscale: #9C9C9C. Windows color (decimal): -11676846 or 5428045. OLE color: 5428045.

HSL color Cylindrical-coordinate representation of color #4DD352: hue angle of 122.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD352 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 77 211 82 -
CMYK 0.64 0 0.61 0.17
HSL 122.24º 0.6% 0.56% -
HSV(B) 122.24º 0.64% 0.83% -
XYZ 27.88 48.78 15.93 -
YUV 156.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 77 211 82 0.64 0 0.61 0.17 122.24 0.6 0.56
Hex 4D D3 52 40 0 3D 11 7A 3C 38
Octal 115 323 122 100 0 75 21 172 74 70
Binary 1001101 11010011 1010010 1000000 0 111101 10001 1111010 111100 111000

Color Harmonies of #4DD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD352

Black with #4DD352

Text Example


Text Example

White with #4DD352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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