Html Css Color HEX #32DC4B Lime Green

📋 copy color: '#32DC4B'

red 50 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #32DC4B

Tints of Lime Green #32DC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.77%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 14.49%
G = 63.77%
B = 21.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#32DC4B (or 0x32DC4B) is known color: Lime Green. HEX triplet: 32, DC and 4B. RGB value is (50,220,75). Sum of RGB (Red+Green+Blue) = 50+220+75=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC4B is #CD23B4. Grayscale: #999999. Windows color (decimal): -13444021 or 4971570. OLE color: 4971570.

HSL color Cylindrical-coordinate representation of color #32DC4B: hue angle of 128.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC4B is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 220 75 -
CMYK 0.77 0 0.66 0.14
HSL 128.82º 0.71% 0.53% -
HSV(B) 128.82º 0.77% 0.86% -
XYZ 28.18 52.37 15.28 -
YUV 152.64 84.18 54.79 -
System Red Green Blue C M Y K H S L
Decimal 50 220 75 0.77 0 0.66 0.14 128.82 0.71 0.53
Hex 32 DC 4B 4D 0 42 E 81 47 35
Octal 62 334 113 115 0 102 16 201 107 65
Binary 110010 11011100 1001011 1001101 0 1000010 1110 10000001 1000111 110101

Color Harmonies of #32DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC4B

Black with #32DC4B

Text Example


Text Example

White with #32DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,220,75); }

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

background-color css

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

 a { background-color: rgb(50,220,75); }

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

border-color css

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

 span { border-color: rgb(50,220,75); }

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