Html Css Color HEX #49EF32 Lime Green

📋 copy color: '#49EF32'

red 73 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #49EF32

Tints of Lime Green #49EF32

RGB

 RED value IS 73 (28.91% from 255) = 20.17%

 GREEN value IS 239 (93.75% from 255) = 66.02%

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

R = 20.17%
G = 66.02%
B = 13.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#49EF32 (or 0x49EF32) is known color: Lime Green. HEX triplet: 49, EF and 32. RGB value is (73,239,50). Sum of RGB (Red+Green+Blue) = 73+239+50=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF32 is #B610CD. Grayscale: #A8A8A8. Windows color (decimal): -11931854 or 3338057. OLE color: 3338057.

HSL color Cylindrical-coordinate representation of color #49EF32: hue angle of 112.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49EF32 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 50 -
CMYK 0.69 0 0.79 0.06
HSL 112.7º 0.86% 0.57% -
HSV(B) 112.7º 0.79% 0.94% -
XYZ 34.19 63.38 13.45 -
YUV 167.82 61.5 60.37 -
System Red Green Blue C M Y K H S L
Decimal 73 239 50 0.69 0 0.79 0.06 112.7 0.86 0.57
Hex 49 EF 32 45 0 4F 6 71 56 39
Octal 111 357 62 105 0 117 6 161 126 71
Binary 1001001 11101111 110010 1000101 0 1001111 110 1110001 1010110 111001

Color Harmonies of #49EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF32

Black with #49EF32

Text Example


Text Example

White with #49EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49EF32; }

 p { color: rgb(73,239,50); }

 H1.HeaderClassName
 {
   color: #49EF32;
 }
 .AnyTagClassName
 {
   color: #49EF32;
 }
</style>

background-color css

<style>
 a { background-color: #49EF32; }

 a { background-color: rgb(73,239,50); }

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

border-color css

<style>
 span { border-color: #49EF32; }

 span { border-color: rgb(73,239,50); }

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