Html Css Color HEX #32DE4D Lime Green

📋 copy color: '#32DE4D'

red 50 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #32DE4D

Tints of Lime Green #32DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.61%

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 14.33%
G = 63.61%
B = 22.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#32DE4D (or 0x32DE4D) is known color: Lime Green. HEX triplet: 32, DE and 4D. RGB value is (50,222,77). Sum of RGB (Red+Green+Blue) = 50+222+77=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE4D is #CD21B2. Grayscale: #9A9A9A. Windows color (decimal): -13443507 or 5103154. OLE color: 5103154.

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

Color convert

RGB 50 222 77 -
CMYK 0.77 0 0.65 0.13
HSL 129.42º 0.72% 0.53% -
HSV(B) 129.42º 0.77% 0.87% -
XYZ 28.78 53.46 15.82 -
YUV 154.04 84.52 53.79 -
System Red Green Blue C M Y K H S L
Decimal 50 222 77 0.77 0 0.65 0.13 129.42 0.72 0.53
Hex 32 DE 4D 4D 0 41 D 81 48 35
Octal 62 336 115 115 0 101 15 201 110 65
Binary 110010 11011110 1001101 1001101 0 1000001 1101 10000001 1001000 110101

Color Harmonies of #32DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE4D

Black with #32DE4D

Text Example


Text Example

White with #32DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,77); }

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

background-color css

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

 a { background-color: rgb(50,222,77); }

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

border-color css

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

 span { border-color: rgb(50,222,77); }

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