Html Css Color HEX #4DF832 Lime Green

📋 copy color: '#4DF832'

red 77 ◦ green 248 ◦ blue 50

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

Shades of Lime Green #4DF832

Tints of Lime Green #4DF832

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.13%

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

R = 20.53%
G = 66.13%
B = 13.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#4DF832 (or 0x4DF832) is known color: Lime Green. HEX triplet: 4D, F8 and 32. RGB value is (77,248,50). Sum of RGB (Red+Green+Blue) = 77+248+50=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF832 is #B207CD. Grayscale: #AEAEAE. Windows color (decimal): -11667406 or 3340365. OLE color: 3340365.

HSL color Cylindrical-coordinate representation of color #4DF832: hue angle of 111.82º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF832 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 50 -
CMYK 0.69 0 0.80 0.03
HSL 111.82º 0.93% 0.58% -
HSV(B) 111.82º 0.8% 0.97% -
XYZ 37.2 68.94 14.36 -
YUV 174.3 57.85 58.6 -
System Red Green Blue C M Y K H S L
Decimal 77 248 50 0.69 0 0.80 0.03 111.82 0.93 0.58
Hex 4D F8 32 45 0 50 3 70 5D 3A
Octal 115 370 62 105 0 120 3 160 135 72
Binary 1001101 11111000 110010 1000101 0 1010000 11 1110000 1011101 111010

Color Harmonies of #4DF832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF832

Black with #4DF832

Text Example


Text Example

White with #4DF832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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