Html Css Color HEX #32DD4A Lime Green

📋 copy color: '#32DD4A'

red 50 ◦ green 221 ◦ blue 74

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

Shades of Lime Green #32DD4A

Tints of Lime Green #32DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.06%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 14.49%
G = 64.06%
B = 21.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#32DD4A (or 0x32DD4A) is known color: Lime Green. HEX triplet: 32, DD and 4A. RGB value is (50,221,74). Sum of RGB (Red+Green+Blue) = 50+221+74=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD4A is #CD22B5. Grayscale: #999999. Windows color (decimal): -13443766 or 4906290. OLE color: 4906290.

HSL color Cylindrical-coordinate representation of color #32DD4A: hue angle of 128.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD4A is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 74 -
CMYK 0.77 0 0.67 0.13
HSL 128.42º 0.72% 0.53% -
HSV(B) 128.42º 0.77% 0.87% -
XYZ 28.41 52.89 15.19 -
YUV 153.11 83.35 54.45 -
System Red Green Blue C M Y K H S L
Decimal 50 221 74 0.77 0 0.67 0.13 128.42 0.72 0.53
Hex 32 DD 4A 4D 0 43 D 80 48 35
Octal 62 335 112 115 0 103 15 200 110 65
Binary 110010 11011101 1001010 1001101 0 1000011 1101 10000000 1001000 110101

Color Harmonies of #32DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD4A

Black with #32DD4A

Text Example


Text Example

White with #32DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,221,74); }

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

background-color css

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

 a { background-color: rgb(50,221,74); }

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

border-color css

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

 span { border-color: rgb(50,221,74); }

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