Html Css Color HEX #32EF49 Lime Green

📋 copy color: '#32EF49'

red 50 ◦ green 239 ◦ blue 73

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

Shades of Lime Green #32EF49

Tints of Lime Green #32EF49

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #32EF49: hue angle of 127.3º 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 #32EF49 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 73 -
CMYK 0.79 0 0.69 0.06
HSL 127.3º 0.86% 0.57% -
HSV(B) 127.3º 0.79% 0.94% -
XYZ 33.38 62.89 16.68 -
YUV 163.57 76.88 47 -
System Red Green Blue C M Y K H S L
Decimal 50 239 73 0.79 0 0.69 0.06 127.3 0.86 0.57
Hex 32 EF 49 4F 0 45 6 7F 56 39
Octal 62 357 111 117 0 105 6 177 126 71
Binary 110010 11101111 1001001 1001111 0 1000101 110 1111111 1010110 111001

Color Harmonies of #32EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF49

Black with #32EF49

Text Example


Text Example

White with #32EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32EF49; }

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

 H1.HeaderClassName
 {
   color: #32EF49;
 }
 .AnyTagClassName
 {
   color: #32EF49;
 }
</style>

background-color css

<style>
 a { background-color: #32EF49; }

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

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

border-color css

<style>
 span { border-color: #32EF49; }

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

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