Html Css Color HEX #32DC34 Lime Green

📋 copy color: '#32DC34'

red 50 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #32DC34

Tints of Lime Green #32DC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 15.53%
G = 68.32%
B = 16.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#32DC34 (or 0x32DC34) is known color: Lime Green. HEX triplet: 32, DC and 34. RGB value is (50,220,52). Sum of RGB (Red+Green+Blue) = 50+220+52=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC34 is #CD23CB. Grayscale: #969696. Windows color (decimal): -13444044 or 3464242. OLE color: 3464242.

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

Color convert

RGB 50 220 52 -
CMYK 0.77 0 0.76 0.14
HSL 120.71º 0.71% 0.53% -
HSV(B) 120.71º 0.77% 0.86% -
XYZ 27.53 52.11 11.86 -
YUV 150.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 50 220 52 0.77 0 0.76 0.14 120.71 0.71 0.53
Hex 32 DC 34 4D 0 4C E 79 47 35
Octal 62 334 64 115 0 114 16 171 107 65
Binary 110010 11011100 110100 1001101 0 1001100 1110 1111001 1000111 110101

Color Harmonies of #32DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC34

Black with #32DC34

Text Example


Text Example

White with #32DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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