Html Css Color HEX #32D544 Lime Green

📋 copy color: '#32D544'

red 50 ◦ green 213 ◦ blue 68

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

Shades of Lime Green #32D544

Tints of Lime Green #32D544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.35%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 15.11%
G = 64.35%
B = 20.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#32D544 (or 0x32D544) is known color: Lime Green. HEX triplet: 32, D5 and 44. RGB value is (50,213,68). Sum of RGB (Red+Green+Blue) = 50+213+68=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #32D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D544 is #CD2ABB. Grayscale: #949494. Windows color (decimal): -13445820 or 4511026. OLE color: 4511026.

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

Color convert

RGB 50 213 68 -
CMYK 0.77 0 0.68 0.16
HSL 126.63º 0.66% 0.52% -
HSV(B) 126.63º 0.77% 0.84% -
XYZ 26.15 48.68 13.49 -
YUV 147.73 83 58.29 -
System Red Green Blue C M Y K H S L
Decimal 50 213 68 0.77 0 0.68 0.16 126.63 0.66 0.52
Hex 32 D5 44 4D 0 44 10 7F 42 34
Octal 62 325 104 115 0 104 20 177 102 64
Binary 110010 11010101 1000100 1001101 0 1000100 10000 1111111 1000010 110100

Color Harmonies of #32D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D544

Black with #32D544

Text Example


Text Example

White with #32D544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,213,68); }

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

background-color css

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

 a { background-color: rgb(50,213,68); }

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

border-color css

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

 span { border-color: rgb(50,213,68); }

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