Html Css Color HEX #4DE132 Lime Green

📋 copy color: '#4DE132'

red 77 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #4DE132

Tints of Lime Green #4DE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.92%

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

R = 21.88%
G = 63.92%
B = 14.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#4DE132 (or 0x4DE132) is known color: Lime Green. HEX triplet: 4D, E1 and 32. RGB value is (77,225,50). Sum of RGB (Red+Green+Blue) = 77+225+50=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE132 is #B21ECD. Grayscale: #A1A1A1. Windows color (decimal): -11673294 or 3334477. OLE color: 3334477.

HSL color Cylindrical-coordinate representation of color #4DE132: hue angle of 110.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DE132 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 225 50 -
CMYK 0.66 0 0.78 0.12
HSL 110.74º 0.74% 0.54% -
HSV(B) 110.74º 0.78% 0.88% -
XYZ 30.56 55.66 12.15 -
YUV 160.8 65.47 68.23 -
System Red Green Blue C M Y K H S L
Decimal 77 225 50 0.66 0 0.78 0.12 110.74 0.74 0.54
Hex 4D E1 32 42 0 4E C 6F 4A 36
Octal 115 341 62 102 0 116 14 157 112 66
Binary 1001101 11100001 110010 1000010 0 1001110 1100 1101111 1001010 110110

Color Harmonies of #4DE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE132

Black with #4DE132

Text Example


Text Example

White with #4DE132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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