Html Css Color HEX #32D63F Lime Green

📋 copy color: '#32D63F'

red 50 ◦ green 214 ◦ blue 63

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

Shades of Lime Green #32D63F

Tints of Lime Green #32D63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 15.29%
G = 65.44%
B = 19.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#32D63F (or 0x32D63F) is known color: Lime Green. HEX triplet: 32, D6 and 3F. RGB value is (50,214,63). Sum of RGB (Red+Green+Blue) = 50+214+63=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #32D63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D63F is #CD29C0. Grayscale: #949494. Windows color (decimal): -13445569 or 4183602. OLE color: 4183602.

HSL color Cylindrical-coordinate representation of color #32D63F: hue angle of 124.76º 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 #32D63F is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 63 -
CMYK 0.77 0 0.71 0.16
HSL 124.76º 0.67% 0.52% -
HSV(B) 124.76º 0.77% 0.84% -
XYZ 26.26 49.13 12.8 -
YUV 147.75 80.17 58.28 -
System Red Green Blue C M Y K H S L
Decimal 50 214 63 0.77 0 0.71 0.16 124.76 0.67 0.52
Hex 32 D6 3F 4D 0 47 10 7D 43 34
Octal 62 326 77 115 0 107 20 175 103 64
Binary 110010 11010110 111111 1001101 0 1000111 10000 1111101 1000011 110100

Color Harmonies of #32D63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D63F

Black with #32D63F

Text Example


Text Example

White with #32D63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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