Html Css Color HEX #32D74C Lime Green

📋 copy color: '#32D74C'

red 50 ◦ green 215 ◦ blue 76

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

Shades of Lime Green #32D74C

Tints of Lime Green #32D74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 14.66%
G = 63.05%
B = 22.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#32D74C (or 0x32D74C) is known color: Lime Green. HEX triplet: 32, D7 and 4C. RGB value is (50,215,76). Sum of RGB (Red+Green+Blue) = 50+215+76=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #32D74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D74C is #CD28B3. Grayscale: #969696. Windows color (decimal): -13445300 or 5035826. OLE color: 5035826.

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

Color convert

RGB 50 215 76 -
CMYK 0.77 0 0.65 0.16
HSL 129.45º 0.67% 0.52% -
HSV(B) 129.45º 0.77% 0.84% -
XYZ 26.92 49.8 15.03 -
YUV 149.82 86.34 56.8 -
System Red Green Blue C M Y K H S L
Decimal 50 215 76 0.77 0 0.65 0.16 129.45 0.67 0.52
Hex 32 D7 4C 4D 0 41 10 81 43 34
Octal 62 327 114 115 0 101 20 201 103 64
Binary 110010 11010111 1001100 1001101 0 1000001 10000 10000001 1000011 110100

Color Harmonies of #32D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D74C

Black with #32D74C

Text Example


Text Example

White with #32D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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