Html Css Color HEX #32D748 Lime Green

📋 copy color: '#32D748'

red 50 ◦ green 215 ◦ blue 72

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

Shades of Lime Green #32D748

Tints of Lime Green #32D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.8%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 14.84%
G = 63.8%
B = 21.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#32D748 (or 0x32D748) is known color: Lime Green. HEX triplet: 32, D7 and 48. RGB value is (50,215,72). Sum of RGB (Red+Green+Blue) = 50+215+72=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #32D748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D748 is #CD28B7. Grayscale: #959595. Windows color (decimal): -13445304 or 4773682. OLE color: 4773682.

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

Color convert

RGB 50 215 72 -
CMYK 0.77 0 0.67 0.16
HSL 128º 0.67% 0.52% -
HSV(B) 128º 0.77% 0.84% -
XYZ 26.79 49.75 14.32 -
YUV 149.36 84.34 57.13 -
System Red Green Blue C M Y K H S L
Decimal 50 215 72 0.77 0 0.67 0.16 128 0.67 0.52
Hex 32 D7 48 4D 0 43 10 80 43 34
Octal 62 327 110 115 0 103 20 200 103 64
Binary 110010 11010111 1001000 1001101 0 1000011 10000 10000000 1000011 110100

Color Harmonies of #32D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D748

Black with #32D748

Text Example


Text Example

White with #32D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,72); }

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

background-color css

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

 a { background-color: rgb(50,215,72); }

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

border-color css

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

 span { border-color: rgb(50,215,72); }

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