Html Css Color HEX #4DED32 Lime Green

📋 copy color: '#4DED32'

red 77 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #4DED32

Tints of Lime Green #4DED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.11%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 21.15%
G = 65.11%
B = 13.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#4DED32 (or 0x4DED32) is known color: Lime Green. HEX triplet: 4D, ED and 32. RGB value is (77,237,50). Sum of RGB (Red+Green+Blue) = 77+237+50=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DED32 is #B212CD. Grayscale: #A8A8A8. Windows color (decimal): -11670222 or 3337549. OLE color: 3337549.

HSL color Cylindrical-coordinate representation of color #4DED32: hue angle of 111.34º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DED32 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 237 50 -
CMYK 0.68 0 0.79 0.07
HSL 111.34º 0.84% 0.56% -
HSV(B) 111.34º 0.79% 0.93% -
XYZ 33.92 62.38 13.27 -
YUV 167.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 77 237 50 0.68 0 0.79 0.07 111.34 0.84 0.56
Hex 4D ED 32 44 0 4F 7 6F 54 38
Octal 115 355 62 104 0 117 7 157 124 70
Binary 1001101 11101101 110010 1000100 0 1001111 111 1101111 1010100 111000

Color Harmonies of #4DED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DED32

Black with #4DED32

Text Example


Text Example

White with #4DED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,237,50); }

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

background-color css

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

 a { background-color: rgb(77,237,50); }

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

border-color css

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

 span { border-color: rgb(77,237,50); }

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