Html Css Color HEX #32D845 Lime Green

📋 copy color: '#32D845'

red 50 ◦ green 216 ◦ blue 69

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

Shades of Lime Green #32D845

Tints of Lime Green #32D845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 14.93%
G = 64.48%
B = 20.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#32D845 (or 0x32D845) is known color: Lime Green. HEX triplet: 32, D8 and 45. RGB value is (50,216,69). Sum of RGB (Red+Green+Blue) = 50+216+69=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #32D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D845 is #CD27BA. Grayscale: #969696. Windows color (decimal): -13445051 or 4577330. OLE color: 4577330.

HSL color Cylindrical-coordinate representation of color #32D845: hue angle of 126.87º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D845 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 216 69 -
CMYK 0.77 0 0.68 0.15
HSL 126.87º 0.68% 0.52% -
HSV(B) 126.87º 0.77% 0.85% -
XYZ 26.95 50.22 13.9 -
YUV 149.61 82.5 56.95 -
System Red Green Blue C M Y K H S L
Decimal 50 216 69 0.77 0 0.68 0.15 126.87 0.68 0.52
Hex 32 D8 45 4D 0 44 F 7F 44 34
Octal 62 330 105 115 0 104 17 177 104 64
Binary 110010 11011000 1000101 1001101 0 1000100 1111 1111111 1000100 110100

Color Harmonies of #32D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D845

Black with #32D845

Text Example


Text Example

White with #32D845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,216,69); }

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

background-color css

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

 a { background-color: rgb(50,216,69); }

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

border-color css

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

 span { border-color: rgb(50,216,69); }

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