Html Css Color HEX #32D64F Lime Green

📋 copy color: '#32D64F'

red 50 ◦ green 214 ◦ blue 79

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

Shades of Lime Green #32D64F

Tints of Lime Green #32D64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.39%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 14.58%
G = 62.39%
B = 23.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#32D64F (or 0x32D64F) is known color: Lime Green. HEX triplet: 32, D6 and 4F. RGB value is (50,214,79). Sum of RGB (Red+Green+Blue) = 50+214+79=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #32D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D64F is #CD29B0. Grayscale: #959595. Windows color (decimal): -13445553 or 5232178. OLE color: 5232178.

HSL color Cylindrical-coordinate representation of color #32D64F: hue angle of 130.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D64F is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 79 -
CMYK 0.77 0 0.63 0.16
HSL 130.61º 0.67% 0.52% -
HSV(B) 130.61º 0.77% 0.84% -
XYZ 26.77 49.34 15.51 -
YUV 149.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 50 214 79 0.77 0 0.63 0.16 130.61 0.67 0.52
Hex 32 D6 4F 4D 0 3F 10 83 43 34
Octal 62 326 117 115 0 77 20 203 103 64
Binary 110010 11010110 1001111 1001101 0 111111 10000 10000011 1000011 110100

Color Harmonies of #32D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D64F

Black with #32D64F

Text Example


Text Example

White with #32D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,214,79); }

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

background-color css

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

 a { background-color: rgb(50,214,79); }

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

border-color css

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

 span { border-color: rgb(50,214,79); }

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